Naitik  Jani
Which class in C#.Net can not be inherited?
By Naitik Jani in .NET on Apr 14 2015
  • lokaprakashraju p
    Jul, 2015 4

    We cannot inherit from a sealed class,static class and a class which have private constructor

    • 2
  • maulik patel
    Nov, 2015 3

    Sealed class can't be inherited.

    • 1
  • Narasimha Reddy Chennupalli
    Jun, 2015 25

    We cannot inherit Sealed classes. If a class declared with Sealed key word then that class cannot be inherited by any other class.

    • 1
  • Vijay Kumar
    Sep, 2015 6

    In C# .Net We know that if We use Static Class then we can't be inherited that class. in other word we can also called sealed class.

    • 0
  • Swapnil Mache
    Aug, 2015 7

    Sealed Class Can Not Be Inherited...

    • 0
  • Rakesh
    Jul, 2015 13

    sealed class

    • 0
  • Sreekanth Reddy
    Jul, 2015 11

    Sealed class. Static class

    • 0
  • Asif MULLA
    Jul, 2015 2

    sealed class restrict user from inherit class.

    • 0
  • kuljot kaur
    Jun, 2015 23

    sealed class

    • 0
  • Deepak Jadaun
    Jun, 2015 22

    Sealed Class

    • 0
  • Dominique  Ceja
    Jun, 2015 20

    Sealed Class

    • 0
  • Vignesh Mani
    Jun, 2015 19

    Sealed class can not inherited because we use security purpose use sealed class.Static class also can't inherited to another class as well as can't create object.

    • 0
  • kamal  das
    Jun, 2015 18

    Sealed and static class can't be inherited.

    • 0
  • Sujeet Suman
    Jun, 2015 17

    sealed class.

    • 0
  • Jaipal Reddy
    Jun, 2015 17

    A static and Sealed classes cannot be inherited .

    • 0
  • Kundan  Jha
    Jun, 2015 17

    class having only private constructor can't be inherited

    • 0
  • Ehsan Sajjad
    Jun, 2015 13

    A Static class and a Sealed class cannot be inherited.

    • 0
  • Sagar Samal
    Jun, 2015 10

    Sealed class cannot be inherited.

    • 0
  • bharat aggarwal
    Jun, 2015 3

    sealed class

    • 0
  • Nanhe Siddique
    May, 2015 30

    Class that are marked with the sealed (C#) or NotInheritable (VB.NET) keywords cannot be inherited from. This is done at the definition of the classes. The most commonly used sealed class is System.String.

    • 0
  • Vaibhav Salwe
    May, 2015 30

    Hello Naitik,In c# if your marked your class as Sealed. In that case you have prevent your class not getting inherited.

    • 0
  • chetan kulkarni
    May, 2015 28

    only Sealed not abstract class,abstract class are parent class so they are inherited

    • 0
  • Kiranteja Jallepalli
    May, 2015 27

    sealed class

    • 0
  • Rahul Prajapat
    May, 2015 27

    sealed class can not be inherited

    • 0
  • Rajeesh Menoth
    May, 2015 26

    Sealed Class

    • 0
  • Mahendra
    May, 2015 26

    Sealed class

    • 0
  • Ravi Shekhar Vishwakarma
    May, 2015 20

    A Class that are marked with the "sealed" keyword can't be inherited in C#.Net Happy Coding :)

    • 0
  • Govindarajan Ganesan
    May, 2015 20

    sealed class

    • 0
  • Pankaj  Kumar Choudhary
    May, 2015 14

    sealed Class can not be inherited

    • 0
  • Edward Guereque
    May, 2015 13

    abstract class

    • 0
  • suraj ghosi
    May, 2015 8

    abstract class and those class having sealed keyword is also not inherited

    • 0
  • Kml Surani
    May, 2015 6

    Abstract Class

    • 0
  • Rajeesh Menoth
    May, 2015 6

    Sealed class..

    • 0
  • Sakthikumar Thanavel
    May, 2015 5

    Sealed class can not inherited

    • 0
  • Saroj Kumar Sahu
    Apr, 2015 29

    sealed class in C# and NotInheritable class in VB.NET

    • 0
  • Rajkiran Swain
    Apr, 2015 28

    Class that are marked with the sealed (C#) or NotInheritable (VB.NET) keywords cannot be inherited from. This is done at the definition of the classes. The most commonly used sealed class is System.String.

    • 0
  • rajesh vs
    Apr, 2015 28

    sealed class

    • 0
  • Bineesh  Viswanath
    Apr, 2015 25

    Sealed Class

    • 0
  • Lalit Raghav
    Apr, 2015 24

    Sealed Class

    • 0
  • Aditya Mishra
    Apr, 2015 22

    sealed class

    • 0
  • Shaik Abdul Kalam
    Apr, 2015 21

    Sealed Class

    • 0
  • Nirav Vasoya
    Apr, 2015 21

    Sealed class we can't inheritant.

    • 0
  • Debendra Dash
    Apr, 2015 20

    sealed class

    • 0
  • Mohan  G
    Apr, 2015 19

    Class that are marked with the sealed (C#) or NotInheritable (VB.NET) keywords cannot be inherited from. This is done at the definition of the classes. The most commonly used sealed class is System.String.

    • 0
  • Munesh Sharma
    Apr, 2015 16

    Sealed class

    • 0
  • Naitik  Jani
    Apr, 2015 14

    Sealed Class

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS