Answer Posted / chabi
features of oops:
objects.
classes
encapsulation
abstraction
inheritance
polymorphism
dynamic binding
message communication
| Is This Answer Correct ? | 84 Yes | 20 No |
Post New Answer View All Answers
Why is polymorphism important in oop?
What is difference between multiple inheritance and multilevel inheritance?
2. Give the different notations for the class.\
How many human genes are polymorphic?
What is the problem with multiple inheritance?
What are the 3 pillars of oop?
What is encapsulation with example?
Can we define a class within the interface?
Why interface is used?
What is persistence in oop?
What are oops functions?
What is inheritance 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’.
Can enum be null?
explain sub-type and sub class? atleast u have differ it into 4 points?