Answer Posted / kolla pavan
class
object
encapsulation
abstraction
inheritence
message passing
dynamic binding
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
What is destructor oops?
What is the difference between abstraction and polymorphism?
What is abstraction oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the purpose of polymorphism?
What is the types of inheritance?
What is class in oop with example?
How does polymorphism work?
What do you mean by overloading?
When not to use object oriented programming?
Is html an oop?
What is polymorphism programming?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Can main method override?