Answer Posted / pavitra.m.s
Abstraction refers to the attributes of an object that
clearly demarcates it from other objects.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is destructor example?
Why is there no multiple inheritance?
What is multilevel inheritance?
What is polymorphism and its types?
What do you mean by abstraction?
What is polymorphism what are the different types of polymorphism?
Why do we need oop?
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’.
What is the difference between abstraction and polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is oops and its features?
What is abstraction and encapsulation?
What are classes oop?
What is class and example?
Why is static class not inherited?