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?
No Answer is Posted For this Question
Be the First to Post Answer
what is the application of oops?
What is purpose of inheritance?
The type of variable a pointer points to must be the part of pointer's definition so that:
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
What is the fundamental idea of oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is function overloading?,describe it with the example.
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
What is inheritance in simple words?
Why and when is a virtual destructor needed?
What are the types of abstraction?
what is the difference between function template and template of function?explain with example.