Definition of Object Oriented Programming in single line?
Answer Posted / ashish mishra
OOPs is a programming model that simplifies software
development and maintenance by providing certain rules which
are followed by the programmer and designer at the time of
development as well as maintenance.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the example of polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism and types?
Plese get me a perfect C++ program for railway/airway reservation with all details.
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.
Write a program to reverse a string using recursive function?
What is object in oop?
Explain the concepts involved in Object Oriented programming.
What is difference between abstraction and encapsulation?
How to use CMutex, CSemaphore in VC++ MFC
what are the different types of qualifier in java?
What is the problem with multiple inheritance?
What do you mean by variable?
What is abstraction in oops?