What are the OOPS concepts?
Answer Posted / mayank gupta
There are only five concepts in the oops others may be
derived from those:
1. Encapsulation and Data Abstraction
2. Polymorphism
3. Dynamic Binding
4. Message Passing
5. Inheritance
| Is This Answer Correct ? | 259 Yes | 144 No |
Post New Answer View All Answers
Is data hiding and abstraction same?
What is solid in oops?
What is polymorphism in oops with example?
Get me an image implementation program.
#include
what is graphics
What is destructor oops?
Why is polymorphism needed?
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).
How do you achieve polymorphism?
When not to use object oriented programming?
What type of loop is a for loop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
How many human genes are polymorphic?
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’.