Answer Posted / mosin
only one base class with derived to only one derived class
| Is This Answer Correct ? | 33 Yes | 11 No |
Post New Answer View All Answers
Can main method override?
What is cohesion in oop?
What is polymorphism what is it for and how is it used?
How do you define social class?
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 encapsulation oop?
Prepare me a program for the animation of train
What is oops?what is its use in software engineering?
What are the important components of cohesion?
Is this job good for future? can do this job post grduate student?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What does and I oop and sksksk mean?
What is this pointer in oop?
What is the example of polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer