Multiple choice technology programming languages

Visual Basic is a

  1. Data Oriented Language

  2. Service Oriented Language

  3. Object Oriented Language

  4. Structured Oriented Language

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Visual Basic.NET is fundamentally an object-oriented language that supports core OOP principles like encapsulation, inheritance, and polymorphism. While it can handle data operations and structured programming, its architecture is built around objects and classes, not data-centric or service-only paradigms.