Explain the differences between private, public and protected and give examples.
No Answer is Posted For this Question
Be the First to Post Answer
How would you use the functions randomize() and random()?
What is a character in c++?
Show the application of a dynamic array with the help of an example.
can anybody please tell me how to write a program in c++,without using semicolon(;)
Explain RAII (Resource Acquisition Is Initialization).
Which one between if-else and switch is more efficient?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is c++ try block?
Which is not a valid keyword a) public b) protected c) guarded
Differentiate between the message and method?
Write a function that swaps the values of two integers, using int* as the argument type?
What is stoi in c++?