in Programming in C edited by
2,606 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)}$
in Programming in C edited by
2.6k views

4 Comments

where is the question?
0
0

well i am able to read the image having question  anyway i am typing it as text

a)JAVA               i)dynamically object oriented

b)Python            ii)statically non object oriented

c)Prolog            iii)statically  object oriented

d)ADA               iv)dynamically non object oriented

      a   b   c   d

1)   III   I   II     iv

2)   i    iii   ii    iv

3)  i     iii   iv     ii

4) ii     iv    i      iii

i think all r incorrect  but official ans key says 4)

0
0
which exam?
0
0
ugc net dec 15
1
1

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 

by

1 comment

Sir can u please share some good read of this.

Becoz. Some says ADA is statically object oriented some says it's not. Also official answer is 4.
0
0
Answer:

Related questions