IGNOU BCA MCA Students - VIVA Question Answer for .NET
.NET Selected Question Answer - PART I
1. What is object-oriented programming (OOP)
Language?
Object-oriented programming (OOP) is a
programming language model organized around objects rather than
"actions" and data rather than logic. Historically, a program has
been viewed as a logical procedure that takes input data, processes it, and
produces output data.
2. Explain about C# Language.
C# is a OOPs language, .net framework use to
compiled it, to generate machine code.
3. Types of comments in C#?
Single line comments
// for single line comments
Multiple line comments
/* for multi line comments */
XML tags comments
/// XML tags displayed in a code comment
4. Top reason
to use C# language?
Modern, general-purpose programming
language
Object oriented.
Component oriented.
Easy to learn.
Structured language.
It produces efficient programs.
It can be compiled on a variety of computer
platforms.
Part of .Net Framework.
5. feature of C# language?
Boolean Conditions
Automatic Garbage Collection
Standard Library
Assembly Versioning
Properties and Events
Delegates and Events Management
Easy-to-use Generics
Indexers
Conditional Compilation
Simple Multithreading
LINQ and Lambda Expressions
Integration with Windows
No comments:
Post a Comment