What are the OOPS concepts?
Answer Posted / sri
object oriented programming language concepts are,
object
data abstraction
encapsulation
inheritance
polymorphism
message passing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
What is destructor example?
Why do we use oop?
How do you achieve runtime polymorphism?
What are the advantages of polymorphism?
Write a program to sort the number with different sorts in one program ??
What is coupling in oop?
Why is object oriented programming so hard?
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
Can a varargs method be overloaded?
Which language is pure oop?
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 polymorphism oop?
what are the different types of qualifier in java?
What is persistence in oop?