What are the OOPS concepts?
Answer Posted / sivabalaselvamani
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 ? | 151 Yes | 63 No |
Post New Answer View All Answers
What is static in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Can we define a class within the interface?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is encapsulation selenium?
What is the difference between static polymorphism and dynamic polymorphism?
What is the renewal class?
How long to learn object oriented programming?
What is inheritance in oop?
What is the difference between encapsulation and polymorphism?
Is oop better than procedural?
How to improve object oriented design skills?
What does and I oop and sksksk mean?
What is polymorphism and its types?
What are objects in oop?