VISUAL BASIC

INTRODUCTION TO NET

BASICS OF NET FRAMEWORK

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the meaning of dot in .Net Framework?
A
It means OOPS Concept
B
It means inheritance
C
It means abstraction
D
None of the above
Explanation: 

Detailed explanation-1: -The main ideas behind Object-Oriented Programming (OOPs) concepts include abstraction, encapsulation, inheritance, and polymorphism. Basically, various OOPs concepts let us create working methods and variables, they can be re-used all or part of them without compromising the security concerns of the application.

Detailed explanation-2: -NET Framework can be hosted by unmanaged components that load the common language runtime into their processes and initiate the execution of managed code, thereby creating a software environment that exploits both managed and unmanaged features. .

Detailed explanation-3: -You can write .NET apps in C#, F#, or Visual Basic. C# is a simple, modern, object-oriented, and type-safe programming language. F# is a programming language that makes it easy to write succinct, robust, and performant code.

Detailed explanation-4: -The DOT NET is a software framework. It is developed by Microsoft. It includes a large library and also provides language inter-operability across some programming languages. Language inter-operability refers the capability of two different languages to interact and operate on the same kind of data structures.

Detailed explanation-5: -The main ideas behind Java’s Object-Oriented Programming, OOP concepts include abstraction, encapsulation, inheritance and polymorphism.

There is 1 question to complete.