Explain virtual class and friend class.
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by abstraction. Explain your answer?
What is increment operator in c++?
What is a down cast?
What is the default width for ouputting a long integer using the insertion operator?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Can we get the value of ios format flags?
What kind of problems can be solved by a namespace?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Explain what data encapsulation is in c++?
What are the basic data types used in c++?
Can a Structure contain a Pointer to itself?