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
how to find the correct email address format by using the programe?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
explain sub-type and sub class? atleast u have differ it into 4 points?
Why polymorphism is used in oops?
create a c++ program that will ask 10 numbers and display their sum using array.
program for insertion ,deletion,sorting in double link list
Write an operator overloading program to write S3+=S2.
different types of castings
what type of questions
write a C++ program for booking using constructor and destructor.
function overridind means and simple program
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