Explain the difference between struct and class in terms of access modifier.
No Answer is Posted For this Question
Be the First to Post Answer
What's the hardest coding language?
What is meant by forward referencing and when should it be used?
What are the classes in c++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
What are the operators in c++?
What are libraries in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Which programming language is best to learn first?
When is a template a better solution than a base class?
Can member functions be private?
Why is it difficult to store linked list in an array?
What are references in c++?