crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Some Facts About Partial Class
Question Posted on 05 Mar 2019Home >> DotNet >> C# >> Some Facts About Partial Class

Some Facts About Partial Class
Below are 3 facts in partial class which will effect the whole class
(1)The name of every part of partial class should be same but source file name for each part of partial class can be different.
(2)Each Partial Type must be preceded with Partial keyword
(3)If we declare Partial as sealed or abstract then the entire class will alos be sealed and abstract.
(4)Accessibilty must be the same for Partial Type.
(5)Every parts of a partial class be in the same namespace.
(6)If we inherit a class or interface on a partial class, then it is inherited on all parts of a partial class.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Simplest definition of partial classes and its rules?

Definition of Tuple class with some examples?

Define Race Condition in cSharp?

C#.Net Reserve Words

can we inherit private class level variables in c#






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap