What are the OOPS concepts?
Answer Posted / teja
we have several types of oop's concepts .
they are:
1.class
2.object
3.polimorphism
4.abstraction
5.dynamic binding
6.message passing
7.inheritance
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is constructor overloading in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Can we create object of abstract class?
Can destructor be overloaded?
What is the benefit of oop?
What is the difference between encapsulation and polymorphism?
What is the diamond problem in inheritance?
Write a program to sort the number with different sorts in one program ??
i got a backdoor offer in process global,Bangalore..Can i work with it?
What are functions in oop?
What is byval and byref? What are differences between them?
What is object-oriented programming? Webopedia definition
What is difference between data abstraction and encapsulation?