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

Answer Posted / mariserla

OOPS means Object Oriented Programming Languages and
Systems and is different from the Structural programming in
the fact that in OOPS programming you take advantage of
Polymorphism, Multiple inheritance and Abstraction and
Encapsulation of the data by using Private and this helps
in Security of Data while giving you the levarage to
program your software system with the maximum flexibility.

Is This Answer Correct ?    210 Yes 48 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the highest level of cohesion?

575


Why do we use encapsulation in oops?

518


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

626


What is the advantage of oop over procedural language?

623


What is the difference between a mixin and inheritance?

519






Do you know about multiple inheritance?

637


Can main method override?

583


Is oop better than procedural?

568


any one please tell me the purpose of operator overloading

1965


What is the fundamental idea of oop?

634


What is difference between abstraction and encapsulation?

589


What is property in oops?

565


Why is polymorphism needed?

591


What is encapsulation in simple terms?

535


What is the difference between inheritance and polymorphism?

585