31: What is item Template?
Ans: Item template is used to define the layout of elements in the template field control when displaying a row of data.
32. What is Assembly?
Ans: Assembly are the smallest unit of versioning and deployment in the .NET application . Assembly are also the building block for programs such as web service, windows services and .NET remoting application.
33. What is Assembly Manifest?
Ans: Manifest of an assembly contain Assembly data like version,scope,security.
It also contain a reference to the resource and class.
32.What is Metadata?
Ans: Metadata is data about data. It is descriptive information about a particular dataset, object and resource, including how it is formatted when and by whom it was collected.
33. what is GAC(global assembly cache)?
Ans: GAC, global assembly cache is an area of memory reserved to store the assemblies of all .NET application that are running on a certain machine.
34. What is Boxing?
Ans: Boxing is the process in which object instances are created and copy into that instance.
34.A. What is Un Boxing?
Ans: Un boxing is the vice versa of boxing operation where the value is copied from the instance in to appropriate storage location.
35. What does the keyword virtual declare for a method?
Ans: The method or property can be overridden.
36.Tell me implicit name of the parameter that gets passed into the set property
of a class?
Ans: The data type of the value parameter is defined by whatever data type the property is declared as.
37. What is the difference between an interface and abstract class ?
Ans: 1. In interface class, all methods are abstract .
In abstract class some methods can be concrete or some methods are defined as abstract.
2. In an interface class, no accessibility modifiers are allowed but it allow in abstract class.
38. How to Specify the accessibility modifier for methods inside the interface?
Ans: The accessibility modifier for methods inside the interface must be public and they are public by default.
39. What is interface class ?
Ans: Interface are like a class but all the methods and properties are abstract. Interface can not be instantiated like abstract class. All the methods and properties are declared in interface by default public.
40. When you declared a class as abstract?
Ans: 1. When at least one of the methods in the class is abstract.
2. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.
Ans: Item template is used to define the layout of elements in the template field control when displaying a row of data.
32. What is Assembly?
Ans: Assembly are the smallest unit of versioning and deployment in the .NET application . Assembly are also the building block for programs such as web service, windows services and .NET remoting application.
33. What is Assembly Manifest?
Ans: Manifest of an assembly contain Assembly data like version,scope,security.
It also contain a reference to the resource and class.
32.What is Metadata?
Ans: Metadata is data about data. It is descriptive information about a particular dataset, object and resource, including how it is formatted when and by whom it was collected.
33. what is GAC(global assembly cache)?
Ans: GAC, global assembly cache is an area of memory reserved to store the assemblies of all .NET application that are running on a certain machine.
34. What is Boxing?
Ans: Boxing is the process in which object instances are created and copy into that instance.
34.A. What is Un Boxing?
Ans: Un boxing is the vice versa of boxing operation where the value is copied from the instance in to appropriate storage location.
35. What does the keyword virtual declare for a method?
Ans: The method or property can be overridden.
36.Tell me implicit name of the parameter that gets passed into the set property
of a class?
Ans: The data type of the value parameter is defined by whatever data type the property is declared as.
37. What is the difference between an interface and abstract class ?
Ans: 1. In interface class, all methods are abstract .
In abstract class some methods can be concrete or some methods are defined as abstract.
2. In an interface class, no accessibility modifiers are allowed but it allow in abstract class.
38. How to Specify the accessibility modifier for methods inside the interface?
Ans: The accessibility modifier for methods inside the interface must be public and they are public by default.
39. What is interface class ?
Ans: Interface are like a class but all the methods and properties are abstract. Interface can not be instantiated like abstract class. All the methods and properties are declared in interface by default public.
40. When you declared a class as abstract?
Ans: 1. When at least one of the methods in the class is abstract.
2. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.
Previous | Next |
:: Click the links below for similar type Questions and answers ::
:: Click the links below for similar type Questions and answers ::
0 comments:
Post a Comment