OOPs Concepts
Programming and Technical
Verbal Ability
Synonyms
Basic Concepts of OOPs?
Read Solution (Total 5)
-
- Abstraction,Polymorphism,Encapulation,Inheritance
- 9 years agoHelpfull: Yes(1) No(0)
- main concept of oops is object oriented programming through object we can get the data
- 8 years agoHelpfull: Yes(1) No(0)
- ABSTRACTION
POLYMORPHISM
INHERITANCE
ENCAPSULATION
DATA HIDING - 9 years agoHelpfull: Yes(0) No(0)
- there are 4 types : 1.abstraction 2.polymorphism 3.inheritance 4.encapsulatiuon.
- 8 years agoHelpfull: Yes(0) No(0)
- Object means a real word entity such as pen, chair, table etc. Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects. It simplifies the software development and maintenance by providing some concepts:
Object
Class
Inheritance
Polymorphism
Abstraction
Encapsulation - 7 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question