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 super in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What are the 3 pillars of oop?
Can enum be null?
What does oop mean in snapchat?
When not to use object oriented programming?
What are the two different types of polymorphism?
What is destructor example?
any one please tell me the purpose of operator overloading
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are the benefits of interface?
What is interface? When and where is it used?
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!!!)
What is overloading and its types?
What is polymorphism what are the different types of polymorphism?