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 definition of incapsulation
Can java compiler skips any statement during compilation time?
Why is object oriented programming so hard?
what is an qt4 interface?
What is polymorphism what is it for and how is it used?
what is the use of mutable key word
Have you ever used threads?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
how to swap to variables without using thrid variable in java?
Which type does string inherit from?
why the memory allocated with new cant be freed using free()
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction