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


Please Help Members By Posting Answers For Below Questions

What does oop mean in snapchat?

688


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1795


What is the difference between encapsulation and polymorphism?

598


What is advantage of inheritance?

692


hi all..i want to know oops concepts clearly can any1 explain??

1683






Can we define a class within the interface?

555


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1838


How to hide the base class functionality in Inheritance?

640


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.

635


What are different oops concepts?

578


what is the drawback of classical methods in oops?

2922


What is inheritance and how many types of inheritance?

622


What is persistence in oop?

677


Why is polymorphism important in oop?

637


What are the three main types of variables?

602