What are the OOPS concepts?
Answer Posted / varsha patel
OOPs concepts are
1)object
2)class
3)encapsulation
4)abstraction
5)polymorphism
6)inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is data hiding and abstraction same?
How is class defined?
Why do we use polymorphism?
What is oops?what is its use in software engineering?
What is the benefit of oop?
What is destructor give example?
What is the renewal class?
What is the main feature of oop?
What is polymorphism explain its types?
How do you achieve polymorphism?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What are the benefits of oop?
write string class as your own class in java without using any built-in function
What is destructor oops?
What is encapsulation process?