Answer Posted / guest
Place a colon and then the name of the base class. Notice
that it?s double colon in C++.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a private method in c#?
Is list a collection c#?
What are data types with examples?
What is the base class for array types?
What are the variables in c#?
What is xslt in c#?
Explain about CTS?
What do you know about WM_CHAR message?
Explain about Destructor method?
Explain metadata in c#.
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What do you mean by abstract class in c#?
In which format you can pass the value in the sleep function?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )