Explain About Virtual functions and their use.
No Answer is Posted For this Question
Be the First to Post Answer
What is the diff between System.String and System.Text.StringBuilder classes?
What is difference between comparable and comparator?
if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
Can we inherit singleton class in c#?
What is ildasm.exe used for?
Can property defined in Interface.
Can interface inherit class in c#?
What is a console in c#?
Can struct have constructor c#?
What is strong name in c# and how can we use it?
What is dll in c#?
What is Nullable Type in c#