what is difference b/w object based and object oriented
programming language?
Answer Posted / swathimurugesan
OBPL supports
* Data Encapsulation
* Data Hiding
* Automatic intialisatioon of object
* Polymorphism
It doesnot support
* Inheritance and
* Dynamic binding
OOPL supports all the above concepts....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in oops?
What is encapsulation and abstraction? How are they implemented in C++?
What is static in oop?
How do you achieve runtime polymorphism?
What is constructor overloading in oop?
What is encapsulation process?
What are the 5 oop principles?
Can private class be inherited?
What is multilevel inheritance explain with example?
What is polymorphism oop?
What is the problem with multiple inheritance?
What is inheritance and how many types of inheritance?
How do you explain polymorphism?
Which language is pure oop?
Why do we use class in oops?