How do you make derived class as an abstract class?
Answer / karthick s
We can make the derived class as an abstract,by inheriting
the class(base) which containing one pure virtual function.
After inheriting, we can't override it in derived class.
Then the derived class becomes abstract...
| Is This Answer Correct ? | 22 Yes | 4 No |
What are oops methods?
Why multiple inheritance is not allowed?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
What is encapsulation in ict?
How oops is better than procedural?
What is an advantage of polymorphism?
Write pseudo code for push in a stack?
What is difference between inheritance and polymorphism?
What is meant by oops concept?
inheritence with example
Should you protect the global data in threads? Why or why not?
write a short note on Overloading of Binary Operator?