What are the OOPS concepts?
Answer Posted / abhradeep
Object is form of data abstraction so the OOP concepts will be as follows
1) Encapsulation (E.G Class)
2) Abstraction (E.G Object)
3) Polymorphism (e.g Overloading, overriding)
4) Inheritance (e.g Interface, Abstract Class)
5) Dynamic binding (e.g new keyword @ the runtime)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation with example?
What does oop mean in snapchat?
What is meant by oops concept?
Why interface is used?
What is abstract class in oop?
What is polymorphism and why is it important?
What are the 3 principles of oop?
What does and I oop mean in text?
What is abstract class in oops?
What is polymorphism in oop example?
What is object in oop?
What is inheritance in oop?
What is the renewal class?
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?
Why do we use class in oops?