Answer Posted / guest
A class that cannot be instantiated. A concept in C++ known
as pure virtual method. A class that must be inherited and
have the methods over-ridden. Essentially, it?s a blueprint
for a class without any implementation.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is variable in c#?
What are escape sequences explain with example?
List some Advantages of switch-case over if else?
How to declares a two-dimensional array in C#?
Can a private virtual method can be overridden?
What is the difference between c and c# programming?
What is difference between an Structure and Class?
What is namespace give the example?
What are the uses of delegates in c#?
What is difference between comparable and comparator?
How do you define a predicate?
What is delegates in c# and uses of delegates?
what is collections in .net? why we use?
What is hash c#?
How to create multi-dimensional array?