What to choose from Inherits or Implements in VB

Its very simple to understand that ,
when we are having two  class  CLS1 & CLS2
then we have to use INHERITS

but in case we are having a class and a interface  CLAS1 & INTERFACE
then wee have to use  IMPLEMENTS 

Comments

Popular posts from this blog

How to use lamda expression for updating using LINQ

using session for login and logout in asp.net

How to post data in MVC using form collection for Beginners.