Explain the use of virtual destructor?
No Answer is Posted For this Question
Be the First to Post Answer
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
What is pointer to member?
What are Binay tress and B trees? Diff between them?
Is oops and c++ same?
What is a Default constructor?
why and when we can declar member fuction as a private in the class?
List the types of polymorphism in c++?
Explain the operation of overloading of an assignment operator.
What is the precedence when there is a global variable and a local variable in the program with the same name?
How to access a variable of the structure?
How the programmer of a class should decide whether to declare member function or a friend function?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.