WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD
PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
Answer Posted / balu
the programming language which supports
inheritence,polymorpism,encapsulation is called o-o language.
the pgogrmming language which does not support inheritence
is called object based language.
| Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
What is encapsulation in oops?
What is the oops and benefits of oops programming?
Why is abstraction needed?
What do you mean by variable?
What is a superclass in oop?
Why multiple inheritance is not allowed?
What is overriding vs overloading?
What is property in oops?
Explain virtual inheritance?
What is oops with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the purpose of polymorphism?
What are the two different types of polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Where is pseudocode used?