Procedural and Object-oriented programming
Write the difference between the Procedural and Object-oriented programming?
Expert
Procedural programming is based on modular approach in which larger programs are broken into the procedures. Each procedure is a set of instructions which is executed one after the other. Whereas, OOP is based on the objects. An object consists of several elements, like variables and methods.
Access modifiers are not used in the procedural programming, which infers that entire data can be easily accessed freely anywhere within the program. In OOP, the scope of a particular data can be specified by using access modifiers that is public, private, and internal, protected, and protected internal.
Write the difference between System.StringBuilder and System.String classes?
Distinguish between Boxing and Unboxing.
Define Server-side scripting and Client-side scripting?
Specify the various improvements made in the CAS in .NET 4.0?
Why the data validations should be performed at a client side?
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
Explain what is C#?
List out the different components of an assembly.
What is .NET Framework? Specify its applications?
Which method is used to kill explicitly the users session?
18,76,764
1923864 Asked
3,689
Active Tutors
1435131
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!