What things would you remember while making an interface?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between new() and malloc()?
Can c++ be faster than c?
How do you know that your class needs a virtual destructor?
Comment on assignment operator in c++.
what is static function
Differentiate between an array and a list?
What is endl c++?
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
In java a final class is a class that cannot be derived. How can you make a similar class in C++
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
List down the guideline that should be followed while using friend function.
What is the function to call to turn an ascii string into a long?