Similarities between class and structure
Specify the similarities between a class and a structure.
Expert
Structures and classes are two main data structures which are used by the programmers in order to build the modular programs by using OOP languages, like, Visual C# and Visual Basic .NET.
Following are some of the similarities between a class and a structure:
a) Access specifiers, that is private, public and protected, are used identically in the structures and classes in order to restrict the access of their data and methods outside their body. b) Access level for class members and struct members, comprising nested classes and structs, is considered as private by default. c) Both can have methods, constructors, properties, constants, fields, enumerations, events, and event handlers. d) Both classes and structures can also implement interfaces to use the multiple-inheritance in code. e) Both classes and structures can have the constructors along with parameter. f) Both classes and structures can have delegates and events.
What is web.config file?
Write down in brief the use of console application?
Specify the pre-requisites for connection pooling?
State the function of the “Try-Catch-Finally” block
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
Distinguish among in-proc and out-of-proc
Determine what is Message Contract in the WCF?
In what way we can display the icon or bitmap image on a Button control?
Briefly describe key-based dependency and file-based dependency?
What do you understand by the term states in ASP.NET?
18,76,764
1943025 Asked
3,689
Active Tutors
1433198
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!