edited by
861 views
0 votes
0 votes

Match the following :

$\begin{array}{clcl}  \text{(a)}& \text{Garbage collection in} & \text{1.} & \text{Java} \\ \text{(b)}& \text{Nameless Object} & \text{2.} & \text{generic programming} \\ \text{(c)} & \text{Template support} & \text{3.} & \text{defines a class}\\  \text{(d)}& \text{A forward reference} & \text{4.} & \text{member function} \\ \text{(e)}& \text{Derived class inherits from base class} & \text{5} & \text{within a statement} \\ \end{array}$

$\textbf{Codes :}$

  1. $\text{(a)-1, (b)-5, (c)-4, (d)-2, (e)-3}$       
  2. $\text{(a)-1, (b)-5, (c)-2, (d)-3, (e)-4}$         
  3. $\text{(a)-5, (b)-1, (c)-2, (d)-4, (e)-4}$   
  4. $\text{(a)-5, (b)-4, (c)-3, (d)-1, (e)-2}$   
edited by

1 Answer

0 votes
0 votes

Ans: B

Garbage collection concept belongs to Java   (a)-----> 1

Derived class inherits  member function from base class. (e)----> 4

By using these two hints, option B is right ans

Related questions

1 votes
1 votes
1 answer
1
4 votes
4 votes
2 answers
2
go_editor asked Aug 14, 2016
1,807 views
When a method in subclass has the same name and type signatures as a method in the superclass, then the method in the subclass ____ the method in the superclass.Overloads...
0 votes
0 votes
0 answers
3
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Sep 16, 2016
1,838 views
At any given time Parallel Virtual Machine (PVM) has _______ send buffer and ________ receive buffer.One-oneOne-twoTwo-twoTwo-one