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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are access modifiers used for?

1084


What is difference between encapsulation and abstraction in c#?

959


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

1078


What is a boolean c#?

892


Why do we need generics in c#?

931


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4358


What is immutable in C#?

1010


How can you read 3rd line from a text file?

998


Explain the difference between const and static read-only?

1007


Is it possible to inline assembly or il in c# code?

1038


List down the fundamental oop concepts?

915


What is the implicit name and type of the parameter that gets passed into the class set method?

877


Who benefits from ajax?

985


Define xslt.

937


What do you mean by abstract class in c#?

973