What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / pramendra kumar verma

oops is a simply a programming model that simplyfies
software development & maintainence by providing certain
rules and regulation for the development to followed to
developing and maintaining the software.oops have some
features like
object
classification
generlization&inheritence
polymorphism
data encapsulation

Is This Answer Correct ?    21 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is balance factor?

589


What is encapsulation in simple terms?

541


What are classes oop?

599


What is overriding in oop?

550


What is object in oop with example?

705






Who invented oop?

659


Why do we need oop?

671


What is the use of oops?

625


What is protected in oop?

604


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.

700


What is static in oop?

591


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?

1410


Can you inherit a private class?

636


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1460


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1659