Definition of Object Oriented Programming in single line?

Answer Posted / sreevals

An Object-Oriented Program consists of a group of
cooperating objects, exchanging messages, for the purpose
of achieving a common objective

Is This Answer Correct ?    39 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the three main types of variables?

600


What are objects in oop?

607


Can private class be inherited?

615


What is polymorphism in oops with example?

525


What is polymorphism give a real life example?

557






What is the use of oops?

618


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2571


Which language is not a true object oriented programming language?

640


Why do we use oop?

602


How to hide the base class functionality in Inheritance?

636


What is destructor give example?

601


What is purpose of inheritance?

643


What does and I oop mean?

612


Why it is called runtime polymorphism?

573


What is data binding in oops?

583