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.
Answer Posted / binod
i agree with Vikash
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Explain what are single and multiple inheritances in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Explain stack unwinding.
What is namespace & why it is used in c++?
What is unary operator? List out the different operators involved in the unary operator.
What are the rules about using an underscore in a c++ identifier?
Explain virtual class?
What do you mean by static variables?
What is decltype c++?
What is the use of dot in c++?
How do I download c++?
Declare a class vehicle and make it an abstract data type.
Explain linked list using c++ with an example?
What do you mean by funtion prototype?