What are the OOPS concepts?
Answer Posted / satya
objects
interface
polymorphism
inheritence
constructors
encapsulation
| Is This Answer Correct ? | 369 Yes | 220 No |
Post New Answer View All Answers
What makes a language oop?
Why multiple inheritance is not possible?
What do you mean by abstraction?
c++ program to swap the objects of two different classes
Can destructor be overloaded?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
State what is encapsulation and friend function?
What is polymorphism programming?
What is inheritance in oop?
Can a destructor be called directly?
What is multilevel inheritance?
Can we create object of abstract class?
What is the significance of classes in oop?
Why do we use encapsulation in oops?
explain sub-type and sub class? atleast u have differ it into 4 points?