Say true or false,Private constructor have object or not?

Answers were Sorted based on User's Feedback



Say true or false,Private constructor have object or not?..

Answer / vishnu

we cannot create object for the private constructor class...

Is This Answer Correct ?    24 Yes 5 No

Say true or false,Private constructor have object or not?..

Answer / rk

cannot create for private constructor

Is This Answer Correct ?    19 Yes 5 No

Say true or false,Private constructor have object or not?..

Answer / jamie plenderleith

An object can be instantiated with a private constructor
from within a shared/static methond within the same class

Is This Answer Correct ?    6 Yes 0 No

Say true or false,Private constructor have object or not?..

Answer / rajkumar

A class entry point is a Constructor, So a class which has private class is inaccessible by other..in that case u cant even access a class so how can u create an instance for the class which has private constructor

Is This Answer Correct ?    4 Yes 0 No

Say true or false,Private constructor have object or not?..

Answer / vaibhav

no private constructor have not object..

Is This Answer Correct ?    1 Yes 0 No

Say true or false,Private constructor have object or not?..

Answer / santoshvw

we create private constructor this possible but we can't
create object(instance) of that class and we can't
communicate one class to another.

Is This Answer Correct ?    1 Yes 0 No

Say true or false,Private constructor have object or not?..

Answer / nisha

Thank you

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Can multiple catch blocks be executed?

4 Answers   Visual Soft,


How to use session under class file of APP_Code folder?

0 Answers   ADITI,


What is difference between an reference type and value type in C#?

0 Answers   B-Ways TecnoSoft,


List down the fundamental oop concepts?

0 Answers  


What are the Types of assemblies that can be created in dotnet

0 Answers  






What is class method?

0 Answers  


Can a static class have a constructor c#?

0 Answers  


What is console programming language?

0 Answers  


Explain the Usage of web.config

0 Answers   Microsoft,


What is data type in c# with example?

0 Answers  


Whats the use of string builder?

1 Answers   ADITI,


What is the difference between C# 3.5 and C# 4.0?

0 Answers  


Categories