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 a class and object?
What is overriding in oops?
What is data binding in oops?
Explain the concepts involved in Object Oriented programming.
What is static modifier?
Can abstract class have normal methods?
What is oops with example?
What is abstraction in oop with example?
What is encapsulation with example?
what are the different types of qualifier in java?
What is the real time example of encapsulation?
Is abstract thinking intelligence?
What are the benefits of oop?
Can static class have constructor?
What do you mean by overloading?