edited by
2,594 views
2 votes
2 votes

Match the following w.r.t. programming languages $:$

$\begin{array}{clcl}  & \textbf{List – I} & & \textbf{List – II} \\  \text{(a)} & \text{JAVA} & \text{(i)} & \text{Dynamically object oriented} \\  \text{(b)}& \text{Phython} & \text{(ii)} & \text{Statistically non-object oriented} \\  \text{(c)} & \text{Prolog} & \text{(iii)} & \text{Statistically object oriented} \\  \text{(d)} & \text{ADA} & \text{(iv)} & \text{Dynamically non-object oriented} \\  \end{array}$

$\textbf{Codes :}$

  1. $\text{(a)-(iii), (b)-(i), (c)-(ii), (d)-(iv)}$
  2. $\text{(a)-(i), (b)-(iii), (c)-(ii), (d)-(iv)}$
  3. $\text{(a)-(i), (b)-(iii), (c)-(iv), (d)-(ii)}$
  4. $\text{(a)-(ii), (b)-(iv), (c)-(i), (d)-(iii)}$
edited by

1 Answer

0 votes
0 votes

What is Object oriented Programming?

Object-oriented programming (OOP) is based on the concept of "objects", which may contain
data (attributes), and code (methods).

What is dynamic Programming?

Dynamic programming language is a class of high-level programming languages which, at runtime, execute many common programming behaviors that static programming languages perform during compilation. 

  • eg: adding new code, modify the type etc. 
  • Dynamic languages are frequently (but not always) referred to as "scripting languages"

a  JAVA: Statically Object Oriented 
b  Python: Dynamically Object Oriented
c  Prolog: Dynamically Object Oriented
d   ADA: Statically Non Object Oriented 

Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Aug 11, 2016
2,215 views
What will be the output of the following Unix command?$\text{\$ rm chap0[1-3]}$Remove file $\text{chap0[1-3]}$Remove file $\text{chap01, chap02, chap03}$Remove file $\tex...
2 votes
2 votes
1 answer
2
go_editor asked Aug 11, 2016
3,454 views
In Unix, the command to enable execution permission for file "mylife" by all is_____Chmod ugo $+$ X mylifeChmod a $+$ X mylifeChmod $+$ X mylifeAll of the above
2 votes
2 votes
1 answer
3
go_editor asked Aug 11, 2016
1,588 views
The character set used in Windows $2000$ operating system is$8$ bit ASCIIExtended ASCII$16$ bit UNICODE$12$ bit UNICODE