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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
For methods inside the interface why can’t you specify the accessibility modifier?
What is use of console?
What do you mean by serialization in .NET?
What are the main reasons to use c# language?
What do you mean by jagged array?
What is a variable in c#?
What type of data type conversion happens when the compiler encounters the following code?
what is a enumeration in c#
What is the components of window?
When can a derived class override a base class member?
Can I use exceptions in c#?
Does c# support a variable number of arguments?
Is string immutable in c#?
What is ControlBox Propertie
Can a static class have a constructor c#?