What are the OOPS concepts?
Answer Posted / irfan jafree
oops concepts means to provide security of our data.
oops concepts are following ways:
Encapsulation: wrapping up of data and member function
together into a single unit class.
Abstraction: Showing essential feature without background
detail.
Inheritance: The property of one class inherited property
of other class.
Polymorphism: it means many form .They are two forms as:
Operator overloading and Function overloading.
| Is This Answer Correct ? | 95 Yes | 52 No |
Post New Answer View All Answers
Why is polymorphism used?
What is the significance of classes in oop?
Which method cannot be overridden?
How do you answer polymorphism?
What are the features of oop?
Why do we use polymorphism in oops?
What is overloading in oop?
What is overriding in oops?
What is the difference between a constructor and a destructor?
What type of loop is a for loop?
Are polymorphisms mutations?
What are the components of marker interface?
What is the advantage of oop over procedural language?
hi all..i want to know oops concepts clearly can any1 explain??
What is encapsulation with real life example?