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 are events in C#?
what is .NET framework architecture ??
What is the difference between protected and private?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is the difference between early binding and late binding in c#?
What is static noise?
What is the difference between array and arraylist in c#?
What is the delegate in c#?
Why does my windows application pop up a console window every time I run it?
Where do we use serialization in c#?
What is difference between an reference type and value type in C#?
How do I count the length of a string in c#?
Why do we need indexer in c#?
What is multicast delegate explain with example?
What are virtual destructors?