Answer Posted / kumarasamy
namespace is a one of the problems solved by namespaces,
that of conflicting class names
| Is This Answer Correct ? | 7 Yes | 32 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why do we use class?
What is this pointer in oop?
What is object in oop?
What are benefits of oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
how to get the oracle certification? send me the answer
What is pointer in oop?
Is html an oop?
How oops is better than procedural?
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 we override main method?
Can destructor be overloaded?
to find out the minimum of two integer number of two different classes using friend function
What makes a language oop?