Answer Posted / kumar vishal
wrapping up data and function as a single intity called
encapsulation.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is polymorphism in oop example?
Why do we need oop?
What are classes oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
what is graphics
Why do we use polymorphism in oops?
Why is there no multiple inheritance?
What is polymorphism and its types?
What is an interface in 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 are two types 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
Can abstract class have normal methods?