Answer Posted / ramya
pointer is a memory variable that stores the address of the
another variabe
| Is This Answer Correct ? | 55 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation with real life example?
How is class defined?
What is the use of oops?
What is multilevel inheritance explain with example?
what is the drawback of classical methods in oops?
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’.
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?
What is polymorphism used for?
Write a program to reverse a string using recursive function?
what is difference between class template and template class?
Why is oop better than procedural?
What is this pointer in oop?
What is constructor in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
#include