Answer Posted / anumohan
when instance of that class is created by creating object
to the class
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Explain the concepts involved in Object Oriented programming.
What is abstraction oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is an advantage of polymorphism?
What is coupling in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
what type of question are asked in thoughtworks pair programming round ?
How does polymorphism work?
What is overloading in oops?
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!!!)
What is destructor example?
What is oops with example?
What are constructors in oop?
What is overloading and its types?
What is advantage of inheritance?