What are the OOPS concepts?

Answer Posted / gajanan malode

1 encapsulation - class
2 abstraction - object
3 inheritance
4 poymorphism - compile and run (static and dynamic binding)
5 message passinng
6 delegation
7 reusability
8 Interfaces
9 extensability
10 templates
11 scalability
12 associativity
13 persitence ......etc are OOPs Cocepts

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3848


write knight tour problem which is present in datastructure

2168


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1623


What is polymorphism in oops with example?

533


What is protected in oop?

604






What is methods in oop?

551


What is oops concept with example?

580


What are two types of polymorphism?

614


What is encapsulation selenium?

554


Please send ford technologies placement paper 2 my mail id

1658


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1837


Can a varargs method be overloaded?

618


what's the basic's in dot net

1740


what type of question are asked in thoughtworks pair programming round ?

1766


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2110