Explain public, protected, private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What is class in c++ with example?
What is a class template in c++?
Is there any difference between int [] a and int a [] in c++?
What's the most powerful programming language?
What is a literal in c++?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What is the fastest c++ compiler?
What do you mean by static variables?
What is Virtual Inheritance?
How a pointer differs from a reference?
What does '\r' and '\b' mean? Please explain with example.