Is a c# interface the same as a c++ abstract class?



Is a c# interface the same as a c++ abstract class?..

Answer / Iqbal Hasan Siddiqui

Yes, in a sense, a C# interface is similar to a C++ abstract class. Both serve as contracts for their implementing classes, specifying what methods and properties must be implemented.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can a abstract class have a constructor?

1 Answers  


What is multicast delegate explain with example?

1 Answers  


What is a class c#?

1 Answers  


What is dto c#?

1 Answers  


How do you type a null character?

1 Answers  


What's different between c# and c/c++?

1 Answers  


Illustrate namespaces in c#?

1 Answers  


Contrast between an interface and abstract class?

1 Answers   Siebel,


how can we pass parameters to a user control using delegates ?

1 Answers   IBM,


Explain what is the smallest unit of execution in .net?

1 Answers  


What is a delegate?

5 Answers   Siebel Systems,


What is the difference between first and firstordefault?

1 Answers  


Categories