Definition of Object Oriented Programming in single line?
Answer Posted / ganesd pradhan
It is an structutured approach where all program segmented
into classes and objects to minimise the mesmerizing the
data and code.
| Is This Answer Correct ? | 16 Yes | 16 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
Write a program to reverse a string using recursive function?
Advantage and disadvantage of routing in telecom sector
What is encapsulation in simple terms?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is abstraction encapsulation?
How many human genes are polymorphic?
How is class defined?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What are the advantages of polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is a class oop?
Can enum be null?
What is encapsulation c#?
What is abstract class in oop?