What are the OOPS concepts?
Answer Posted / sukumar s
OOPS concepts are seven:
They are:
*-Objects
*-Class
*-Data Abstraction
*-Data Encapsulation
*-poymorphism
*-Inheritance
*-Message Passing & Dynamice Binding
But its more than enough if we concentrate and know more
details about abstraction, Encapsulation, Polimorphism and
Inheritance.
Here i have given the details upto my best.....
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
write string class as your own class in java without using any built-in function
Explain virtual inheritance?
What are the important components of cohesion?
What is new keyword in oops?
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
Why do we use oop?
What does enum stand for?
What is inheritance write a program to show use of inheritance?
What is the oops and benefits of oops programming?
What are the 5 oop principles?
what type of questions
What is a class oop?
What is polymorphism give a real life example?
What is the real time example of encapsulation?
What is coupling in oops?