What is the Difference between class and abstract class?
Answers were Sorted based on User's Feedback
Answer / sujai cn
Class mean a user defined type in which all the methods are
implemented , thus we can create the instance (OBJECT) of
that class.
abstract class is a class in which one are more methods are
abstract(not implemented) abstract method is also called
pure virtual.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dilip devagan
abstract class can be inherited but
we can not create the instance of abstract class
Is This Answer Correct ? | 0 Yes | 0 No |
Explain dataadapter.update method in .net?
I have a very important query in my mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for about an year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.
hi i m bhawna ,a student of mca want to know about what type of technical question has been asked in an interview of mnc's like HCL,TCS,WIPRO
What is an inheritance in c#?
What is a decimal c#?
Describe how a .net application is compiled and executed
What is system predicate?
Why do we use Design Pattern in C#?
List some of the classes used by system.data namespace?
What is enumerable in c#?
Can you store different types in an array in c#?
What is collection of classes in c#?