What is the use of static abstract class

Answer Posted / srini

We cannot give static key word for abstract class

Is This Answer Correct ?    21 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is task parallel library?

513


How do you determine whether a string represents a numeric value?

522


Write a short note on interface?

588


What is c# used for?

516


What is COM Interoperability?

557






Is c# slower than java?

484


What is the difference between arraylist and list in c#?

461


Why do we need to serialize data?

506


What is Web.config?

549


What is the difference between console application and windows application?

486


What is managed code?

544


Explain the difference between // comments, /* */ comments and /// comments?

501


How is a loop recorder monitored?

509


Define constructors

556


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

1901