What are the OOPS concepts?
Answer Posted / aakritybuxy
Its a concept,used to describe a computer application that
is composed of multiple objects,which are connected to each
other. Three of the most basic concept for OOPS are:
* Classes
* Objects
* Methods...
There are few more concepts :
* Inheritance
* Abstraction
* Polymorphism
* Encapsulation.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an interface in oop?
What are the two different types of polymorphism?
What are the features of oop?
What is coupling in oop?
What is polymorphism what are the different types of polymorphism?
what are the different types of qualifier in java?
What is oops and its features?
What is the importance of oop?
Why do we need polymorphism in c#?
Can an interface inherit a class?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is encapsulation in oops?
What are the 3 pillars of oop?
Why is polymorphism needed?
What is oops with example?