Definition of Object Oriented Programming in single line?
Answer Posted / gangarampal
OOPS as Object Oriented Programming language.This type
of programming allows the creation of an object which always
has the same functional use, but can have multiple definitions.
for Ex. my company creates a diagnostic product. This product
provides a set of "objects" to be used to represent
diagnostic knowledge.One object in the set, the symptom,
represents an observable problem that someone might call a
tech support center to report.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Can you inherit a private class?
write knight tour problem which is present in datastructure
what is graphics
How oops is better than procedural?
What is the types of inheritance?
write a C++ program for booking using constructor and destructor.
What is abstract class in oop?
What is new keyword in oops?
What is oops?what is its use in software engineering?
What is the difference between procedural programming and oops?
What is methods in oop?
How do you achieve polymorphism?
Templates mean
Where You Can Use Interface in your Project
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.