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
i got a backdoor offer in process global,Bangalore..Can i work with it?
can inline function declare in private part of class?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
what is graphics
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can abstract class have normal methods?
What is an example of genetic polymorphism?
What is this pointer in oop?
Can static class have constructor?
What is the difference between static polymorphism and dynamic polymorphism?
what is different between oops and c++
Why do we need oop?
What are functions in oop?
Why is encapsulation used?
What is the real life example of polymorphism?