Whatis the difference between oop and object based language
Answer Posted / ankita
OOP= object based language + inheritance + dynamic binding
That means object based language doesnt support inheritance
and dynamic binding, where as OOP supports.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
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
What are constructors in oop?
What is meant by multiple inheritance?
What does oop mean in snapchat?
What is the diamond problem in inheritance?
Can main method override?
What is difference between pop and oop?
What is abstract class in oops?
What is oops in simple words?
Write a program to reverse a string using recursive function?
What are the advantages of polymorphism?
What are two types of polymorphism?
What is the renewal class?
write a program that takes input in digits and display the result in words from 1 to 1000
What is a class oop?