What are the OOPS concepts?
Answer Posted / razz rohit
1)Object-Instance of the class
2)Classes-Combination of Data members and member functions
3)Data Abstraction-Abstracting the data and functions from
unwanted users.
4)Data Encapsulation-Wrapping up of Data members and member
functions.
5)Inheritance-Passing the values from one object to anther
object.
6)Message Passing-Messages can possible from one object to
anther object
7)Polymorphism-its like function over loading.
Poly-Many, morphism-Forms
8)Robust and Securisam-its for security purpose
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in simple terms?
What is the types of inheritance?
Can main method override?
What is object in oop with example?
What is basic concept of oop?
class type to basic type conversion
What is abstraction in oop?
What is the difference between procedural programming and oops?
What is abstract class in oop?
What is abstraction in oops with example?
What is overloading and its types?
Is enum a class?
What are classes oop?
Why multiple inheritance is not allowed?
What is overriding in oops?