Can we create instance for Abstract class?
Answer Posted / ahmadjad
no instance for Abstract Class,not support
multiinhertance,you can inherit abstract class and override
the abstract function in abstract class
| Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
What is private readonly in c#?
Is versioning applicable to private assemblies?
Define encapsulation?
What is the use of xmlserializer?
Can we overload indexer in c#?
What is the name of c# compiler?
What is data binding c#?
Define a jagged array in c#?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is a event in c#?
Are c# constructors the same as c++ constructors?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is remote data?
What do you mean by abstract class in c#?
Can we set image Source dynamically using C# in WPF application?