Please tell me the oops concept with detailed answer
Answer Posted / mahesh_b.tech@2008
There are mainly 4 object oriented principals.
1)ABSTAACTION:process of providing necessary properties &
operations of an object.
2)ENCAPSULATION:process of providing all the properties
&operations of entity in one place.
properties...>variables
operations...>methods
place ...>class
3)INHERITANCE:process of writing a new class(derived
class,sub class,chiled class) by using the functionality of
existing class(super class,base class,parent class)
4)POLYMORPHISM:one form behaving differently in different
situations.
ex:tv remote button,same button used to make the tv on &
off.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
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.
Where You Can Use Interface in your Project
What is encapsulation process?
Who invented oop?
Why do we use encapsulation in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is multilevel inheritance in oop?
Which is not an object oriented programming language?
What is static in oop?
What is the important feature of inheritance?
Is this job good for future? can do this job post grduate student?
State what is encapsulation and friend function?
How is polymorphism achieved?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Explain the advantages of inheritance.