what is difference b/w object based and object oriented
programming language?
Answer Posted / shubham singh
If the language supports ony 3 features i;e (encapsulation,abstraction and polymorphism).then it is said to be object based programming language.
for example vb,asp.
If the language supports all the 4 features i;e(encapsulatio,abstraction,polymorphism $ also inheritance )..then it is said to be object oriented programming language.
for example java , c#.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are objects in oop?
What does it mean when someone says I oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
How do you use inheritance in unity?
What is a function in oop?
What are main features of oop?
What is polymorphism and its types?
Write a program to sort the number with different sorts in one program ??
Is react oop?
Can private class be inherited?
What is inheritance and how many types of inheritance?
What is an interface in oop?
What is static in oop?
What is the use of oops?
Why multiple inheritance is not allowed?