Answer Posted / tanaji
if we use static method ,first static method will execute then other.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation example?
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
Is html an oop?
Why it is called runtime polymorphism?
What is object-oriented programming? Webopedia definition
What is encapsulation in ict?
Explain virtual inheritance?
What is polymorphism oop?
What is overloading and its types?
What is the diamond problem in inheritance?
write a C++ program for booking using constructor and destructor.
What is a class in oop?
Is react 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 the three parts of a simple empty class?