what is difference b/w object based and object oriented
programming language?
Answer Posted / poorni
object based programming has in-built objects.for example javascript has window object.but object oriented programming has no in-built objects.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the important feature of inheritance?
Why interface is used?
What is encapsulation with real life example?
What does sksksk mean in text slang?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is the problem with multiple inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is destructor used?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Why oops is important?
What is abstraction with example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is class in oop with example?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?