What are the OOPS concepts?
Answer Posted / ramana
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is super in oop?
Can we define a class within the interface?
State what is encapsulation and friend function?
what type of questions
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is abstraction example?
Give two or more real cenario of virtual function and vertual object
How does polymorphism work?
What is coupling in oops?
What is polymorphism give a real life example?
What is stream in oop?
What is the benefit of oop?
Why is oop better than procedural?
Which is not an object oriented programming language?
can we make game by using c