What is Difeerence between List obj=new ArrayList(); and
ArrayList obj=new ArrayList()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


What is polymorphism oop?

0 Answers  


What is abstrac class?where is it use?

2 Answers  


How is class defined?

0 Answers  


What is encapsulation?

17 Answers   TCS,


for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 Answers  


Polymorphism with an example?

8 Answers   Accenture, emc2,


what is difference between thread and programme.

1 Answers   NCC,


What are callback functions in c++

1 Answers   SoftTech,


what is the difference between containership and inheritence?

1 Answers  


Should you protect the global data in threads? Why or why not?

2 Answers   IBM,


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

0 Answers   HCL,


Categories