What is the correct syntax for inheritance
a) class aclass : public superclass
b) class aclass inherit superclass
c) class aclass <-superclass
No Answer is Posted For this Question
Be the First to Post Answer
How do you find out if a linked-list has an end?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
what is Loop function? What are different types of Loops?
List the issue that the auto_ptr object handles?
Is c++ an oop?
Explain the use of virtual destructor?
What is the basic structure of a c++ program?
What is binary search in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
In c++, what is the difference between method overloading and method overriding?
What is the use of main function in c++?
What is a mutex and a critical section.Whats difference between them?How do each of them work?