What are the OOPS concepts?

Answer Posted / ajay kumar(me-se-tu)

OOPs define software as a collection of discrete oblects
that specify both data structure and behavior. OOPs
Identify following aspects:
Data abstraction, Inheritence, Polymorphism, Encapsulation
(information hiding)etc.

Is This Answer Correct ?    210 Yes 78 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can private class be inherited?

615


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1891


What is solid in oops?

598


What is the difference between a mixin and inheritance?

519


Get me a number puzzle game-program

1690






write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

1636


why reinterpret cast is considered dangerous?

1896


What is polymorphism give a real life example?

557


What is polymorphism explain?

682


What are the benefits of oop?

602


How do you achieve runtime polymorphism?

569


Can bst contain duplicates?

664


Is abstract thinking intelligence?

592


What is a class and object?

594


program for insertion ,deletion,sorting in double link list

2276