Please tell me the oops concept with detailed answer
Answer Posted / priya
c++ supports oops concept
that are
1.encapsulation
(gathring all information in to a single unit)
2.Polymorphism
(The ability of a function that can act on different
data types in different ways)
3 Abstraction
(Implementation of data encapsulation)
4.class- it is a collection of variables and methods
5.odjects- it is the run time entity(it is same as real
world objects)
6.inheritance-
concept of acquiring the base class properties
there are 5 types of inheritance
1.single inheritance
2.multiple inheritance
3.multilevel inheritance
4.hierarchical inheritance
5.hybrid inheritance
7.dynamic binding- data bind at runtime
8.message passing-communicating information with one another
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Which method cannot be overridden?
What is an example of genetic polymorphism?
What is abstraction example?
What is pure oop?
What is byval and byref? What are differences between them?
What are the features of oop?
What is the diamond problem in inheritance?
What is difference between data abstraction and encapsulation?
How long to learn object oriented programming?
Can enum be null?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is the types of inheritance?
What is super in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is overriding in oop?