List the advantages of inheritance.
No Answer is Posted For this Question
Be the First to Post Answer
Why pointer is used in c++?
What is lambda in c++?
Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
2 Answers ABC, Accenture, DataLand, HCL, Webyog,
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Is java based off c++?
Which field is used in c++?
Why do we need runtime polymorphism in c++?
Explain the scope resolution operator?
class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;
What are punctuators in c++?
What is stl containers in c++?
Explain the difference between realloc() and free() in c++?