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

How cache is implemented in web application for DB queries?

2 Answers   TCS,


Describe how a .net application is compiled and executed

0 Answers  


what is boxing and unboxing?can we initialize unboxing directly?

0 Answers   EDS,


What is primitive types in c#?

0 Answers  


what is namespace?

6 Answers  






Is c# easier than c++?

0 Answers  


Is var a data type?

0 Answers  


What is sqladapter c#?

0 Answers  


Can you instantiate a struct without using a new operator in c#?

0 Answers  


How to create multi-dimensional array?

0 Answers   C DAC, CDAC,


Oops concepts ?

2 Answers   Accenture, Digital GlobalSoft,


Why is main static in c#?

0 Answers  


Categories