Describe private, protected and public?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of volatile variable?
what is the difference between overloading & overriding? give example.
Which operator cannot overload?
What are the uses of static class data?
What is an adaptor class in c++?
Find the second maximum in an array?
Is c++ used anymore?
What are arrays c++?
Differentiate between a template class and class template in c++?
Which compiler does turbo c++ use?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
What are the advantages of using a pointer? Define the operators that can be used with a pointer.