5 Important Interview questions around abstract and interface

Add to Favourites
Post to:

Description
5 Important Interview questions around abstract and interface

Comments
Presentation Transcript Presentation Transcript

Slide 1 : Attendee’s View Raise Hand Option In case you are not able to hear the voice Please click on the raise hand option. Wiziq Support chat will help you for the same. Any issues you can ping the Mr. Kalyan who is in the chat room.

Slide 2 : 5 important questions around abstract class and interface We will have a extensive Q and A session , so reserve your questions after the course. 5 Important OOP Interview Questions Saturday, April 10, 2010, at 10:00 AM (IST) ( DONE) 5 Important ASP.NET Interview Questions Sunday, April 11, 2010, at 10:00 AM (IST) (DONE) 5 Important SQL Server Interview Questions Saturday, April 15, 2010, at 10:00 AM (IST)(DONE) 5 Important .NET Interview Questions Friday, April 16, 2010, at 10:00 AM (IST) Tackle .NET interview questions around ASP.NET page and applications .Interview questions around Byval, ByRef, Boxing and Unboxing 21st april 2010 11:30 AM to 12:30 PM 5 Important ADO.NET Interview Questions Saturday, April 22 , 2010, at 10:00 AM (IST) 5 Important .NET interview questions 23rd April 2010 10 AM to 11 AM Tackle .NET Interview questions around LINQ Thursday, April 29, 2010, at 03:00 PM (IST) Tackle .NET Interview questions around Webservices Friday, April 30, 2010, at 11:30 AM (IST) Tackle .NET Interview Questions Around Abstract Classes and Interface Friday, May 14, 2010, at 2 PM(IST) www.QuestPond.com By Shivprasad Koirala

Slide 3 : Paid Sessions Complete course @ INR 3200 , with training you get access to 300 videos and 5 interview question eBooks. OOP Interview Questions (16th may) - 20$(900 Rs) ASP.NET Interview Questions (Tuesday, May 18) - 20$(900 Rs) SQL Server Interview Questions (Thursday, May 20)- 20$(900 Rs) .NET Interview Questions (Saturday, May 22)- 20$(900 Rs) ADO.NET interview questions(Monday, May 24)- 20$(900 Rs) .NET 3.5 (WCF, WPF, WWF, LINQ and Silverlight) Interview questions (Wednesday, May 26)- 20$(900 Rs) Design pattern,MVC,MVP (Thursday, May 27, 2010 10:00 AM)- 20$(900 Rs) Sharepoint interview questions (Friday, May 28, 2010 10:00 AM)- 20$(900 Rs) Project management interview questions (Tuesday, June 01, 2010 10:00 AM)- 20$(900 Rs) For more details chat with support admin on the chat room or call 91-9216405405.

For our Fresher friends : For our Fresher friends For more details chat with support admin on the chat room or call 91-9216405405.

Slide 5 : Agenda What is the use of interface ? What is the use of abstract classes? What’s the difference between abstract classes and interfaces? How can we achieve decoupling through interfaces ? When should we use a interface and when should we use abstract classes? www.QuestPond.com

What’s a interface ? : What’s a interface ?

Slide 7 :

What’s a abstract class ? : What’s a abstract class ? Abstract classes are one of the essential behaviors provided by .NET. Commonly, you would like to make classes that only represent base classes, and don’t want anyone to create objects of these class types. You can make use of abstract classes to implement such functionality in C# using the modifier 'abstract'. An abstract class means that, no object of this class can be instantiated, but can make derivations of this. An abstract class can contain either abstract methods or non abstract methods. Abstract members do not have any implementation in the abstract class, but the same has to be provided in its derived class. An abstract class cannot be a sealed class. I.e. the following declaration is incorrect. www.QuestPond.com

Slide 9 : www.QuestPond.com

What’s a difference between interfaces and abstract classes ? : What’s a difference between interfaces and abstract classes ?

Visit to view 300 videos @ http://www.questpond.com : Visit to view 300 videos @ http://www.questpond.com

Want to learn?

Sign up and browse through relevant courses.

Name:
Your Email:
Password:
Country:
Contact no:


Area code Number
Subjects you are interested in:
Word verification: (Enter the text as in image)


Sign Up Already a member? Sign In
I agree to WizIQ's User Agreement & Privacy Policy
143 Members Recommend
231 Followers

Your Facebook Friends on WizIQ

Give live classes, create & sell online courses

Try it free Plans & Pricing

Connect