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...

What is manifest ?

Answer Posted / praseetha sandeep

This specifier allow class to hide member variables and
member functios to be accessed from other class objects and
functions except the child class with in the application

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is public or shared assemblies ?

952


What does == mean in c sharp?

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; } }

4240


What is concrete class in c# with example?

898


what is virtual method in c#?

1135


What is the difference between and xml documentation tag?

916


What are extender provider components? Explain how to use an extender provider in the project.

851


What is xpath in c#?

895


What is Covariance and contravariance in C#?

990


Which is faster abstract class or interface in c#?

927


Explain what a diffgram, and a good use for one Define diffgram? How it be used?

949


How big is int16?

863


How do you specify a custom attribute for the entire assembly?

889


How to prevent the error while updating ui control from another thread?

911


Define constructors

892