what is main difference between object oriented object base
Answers were Sorted based on User's Feedback
Answer / kasturi
in object oriented programing there will be presence of inheritance where as inheritance is absence in object base programming
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / aok pandey
object oriented programming language = object based
programming language + inhritance + Dynamic binding
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the benefit of oop?
What does I oop mean?
What is an example of genetic polymorphism?
Why interface is used?
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
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 are the access specifiers avaible in c++?
What do you mean by Encapsulation?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
What are the two different types of polymorphism?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
What is inheritance write a program to show use of inheritance?