Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 does return work in c#?

0 Answers  


Explain how to implement delegates in c#.net

0 Answers  


what is the index value of the first element in an array?

0 Answers  


What is the default value of string in c#?

0 Answers  


How to use delegates with events?

0 Answers  


Distinguish between a class and struct?

0 Answers  


What is binding in c#?

0 Answers  


How does c# generics and c++ templates compare?

0 Answers  


Explain the ways to deploy an assembly?

0 Answers  


What is the Difference between value and reference type?

12 Answers   Wipro,


What is the difference between namespace and class?

0 Answers  


How is a string immutable?

0 Answers  


Categories