Definition of Object Oriented Programming in single line?
Answer Posted / suresh palkar
It is an approach that provide a way of modularizing
programs by creating partitioned memory area for both data
and function that can be used as templates for creating
copies of such modules on demand
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Why multiple inheritance is not allowed?
Why it is called runtime polymorphism?
What is meant by oops concept?
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.
How can you overcome the diamond problem in inheritance?
What is oops in simple words?
What is abstraction in oops?
What is coupling in oops?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Is html an oop?
What are properties in oop?
what are the realtime excercises in C++?
Why is polymorphism needed?
Why do we use inheritance?
What is variable example?