Whatis the difference between oop and object based language
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / poorna chandar rao
there is no difference btewen the Object oriented
programming language and object based programming language
both are fallows object oriented programming but small
differnce is object based language not supported the
multiple inhiritence ex java script
| Is This Answer Correct ? | 0 Yes | 3 No |
Which is better struts or spring?
Can we override main method?
Why multiple inheritance is not possible?
Can bst contain duplicates?
What is the difference between const int *ptr and int const *ptr???
What is Object and Class? What are the differences between them?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
What is the difference between procedural programming and oops?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What does <> mean pseudocode?
What are callback functions in c++
What is destructor oops?