Answer Posted / amit dhall
Object Oriented Paradigms
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
What are the 3 principles of oop?
What are the data types in oop?
Get me an image implementation program.
can inline function declare in private part of class?
What is abstraction with example?
What is encapsulation in ict?
What are main features of oop?
write a program to find 2^n+1 ?
What is an example of genetic polymorphism?
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 exactly is polymorphism?
What is multilevel inheritance in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is abstraction in oop?