Que:::: In below sample code if we create a object of class2 which constructor will fire first?Public Class Class1 Sub New() End SubEnd ClassPublic Class Class2 Inherits Class1 Sub New() End SubEnd Class
Post a Comment
No comments:
Post a Comment