What are the OOPS concepts?
Answer Posted / komichi
The basic OOP concepts are:
1. Data abstraction
2. Data encapsulation
3. Inheritance
4. Polymorphism
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
which feature are not hold visual basic of oop?
What are two types of polymorphism?
can we make game by using c
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why do we need polymorphism in c#?
What is encapsulation with example?
Why is abstraction used?
What is coupling in oops?
What is object and class in oops?
Can private class be inherited?
What is new keyword in oops?
#include
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’.
to find out the minimum of two integer number of two different classes using friend function