Can we create instance for Abstract class?
Answer Posted / sonia bandooni
CREATE A ABSTRACT CLASS USING ABSTRACT KEY
WE CAN CREATE INSTANCE OF ABSTRACT CLASS IN C# .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is uint64?
What do you understand by the terms datareader object and dataset object?
Is dictionary reference type c#?
how encapsulation is implemented in c#
How string definitions will prevent escaping on backslashes in C#?
What is datatable and dataset in c#?
What are primitive types in c#?
What is a namespace server?
How can you sort strings in array that are passed to method as arguments?
Explain the use of SN.exe
Which property of the textbox cannot be changed at runtime?
Describe the process of “exception handling implementation” in c#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What are Namespaces?
Define thread? Explain about multithreading?