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

What is the use of tuple in c#?

0 Answers  


Why are dynamic link library used over static one?

0 Answers   C DAC,


Can I do things in il that I can't do in c#?

0 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  


What is difference between write and writeline?

0 Answers  






What is the use of New Keyword

15 Answers  


How do I create a multilanguage?

0 Answers  


Does c# have its own class library?

0 Answers  


What are the features of c#?

0 Answers  


Different between method overriding and method overloading?

0 Answers  


give an example for suspending, resuming, and stopping a thread ?

1 Answers   GCI,


What is difference between const and static in c#?

0 Answers  


Categories