What are the OOPS concepts?

Answer Posted / amruta

There are 7 basic concepts of oop
1.object&classes
2.data abstraction
3.data encapsulation
4.polymorphism
5.inheritance
6.dynamic binding
7.msg passing

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is abstraction used?

612


What is balance factor?

589


What is destructor give example?

608


What is the difference between a constructor and a destructor?

617


2. Give the different notations for the class.\

1594






What is oops with example?

566


What is coupling in oop?

600


How is polymorphism achieved?

587


What is the difference between encapsulation and polymorphism?

598


Is oop better than procedural?

576


can we make game by using c

3433


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.

701


What do you mean by variable?

577


What is polymorphism and why is it important?

562


when to use 'mutable' keyword and when to use 'const cast' in c++

1649