In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
1 3985
What is constructor in oop?
What is oops in simple words?
Why is encapsulation used?
Why do we use oops?
What is encapsulation in ict?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is object and example?
What is abstraction in oops with example?
Explain the advantages of inheritance.
What is new keyword in oops?
what are the realtime excercises in C++?
What is encapsulation oop?
Can static class have constructor?
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 overriding vs overloading?