Programming Languages Survey

12 articles in this topic

Inheritance MCQs: 12 Solved Questions on Code Reuse and Class Hierarchies

Solve 12 inheritance MCQs, then use clear explanations to separate hierarchy shape, access rules, assignment compatibility, constructor order and method lookup.

Updated 16 Aug 20268 min readProgramming Languages Survey

Functions in C: 12 Solved MCQs on Declarations, Definitions and Function Types

Separate a C function's prototype, body and call, then practise the details through 12 explained questions covering parameters, return values and linking.

Updated 14 Aug 20268 min readProgramming Languages Survey

Visual Basic Programming Language: Core Concepts with a Worked VB.NET Example

Connect VB.NET syntax to a real Windows Forms event. Build and trace an invoice calculator that validates text input, applies a discount, and displays the exact result.

Updated 12 Aug 20267 min readProgramming Languages Survey

Object-Oriented Programming (OOP): Four Pillars and a Worked Dynamic-Binding Example

Build a precise OOP mental model, then follow two Employee objects through a Java program to see overloading, overriding and runtime dispatch in action.

Updated 10 Aug 20266 min readProgramming Languages Survey

Java Distributed Technologies: RMI, JDBC, JMS and Two Worked Exam Traces

Build one coherent model of Java distributed APIs, then solve a lost RMI reply and a two-client JDBC stock race using exact traces.

Updated 8 Aug 20266 min readProgramming Languages Survey

JavaScript Basics: Types, Functions, Arrays and Async Code with Worked Examples

Build a reliable JavaScript mental model by tracing values, closures, arrays, object copies and queued work. A complete three-record example verifies every total.

Updated 5 Aug 20267 min readProgramming Languages Survey

Programming Languages for GATE: C Syllabus Areas, Weightage Pattern and Prep Order

Build a bounded C preparation map, calculate topic shares from your own PYQ audit, and practise two fully worked traces before following a 14-day study order.

Updated 3 Aug 20266 min readProgramming Languages Survey

Language Design in Programming Languages: Syntax, Types, Scope and a Worked Evaluation

Trace one expression from source text to a value, then compare the design rules that make scope, typing, evaluation and mutation behave differently.

Updated 31 Jul 20266 min readProgramming Languages Survey

HTML Basics: Complete Guide to Tags, Structure and a Worked Web Page

Learn what HTML elements mean, how a valid document fits together, and how to build and audit a complete profile page with fixed, traceable markup.

Updated 29 Jul 20266 min readProgramming Languages Survey

Java Programming Language: Core Syntax, OOP and a Worked Result Analyser

Build a dependable Java mental model, then trace a complete result analyser from its source file to its exact output. OOP, strings, exceptions and collections all come back to the same five marks.

Updated 26 Jul 20267 min readProgramming Languages Survey

C++ Programming: Complete Guide to Core Concepts with Worked Examples

Build a connected mental model of C++ through exact traces for references, pointers, virtual dispatch and STL operations, then learn how to check common traps.

Updated 29 Jul 20267 min readProgramming Languages Survey

Object Oriented Technology Explained: Four Pillars, Worked Java Examples, GATE and Interview Patterns

Build object oriented technology on one running Java example. Learn the four pillars, trace exact outputs, and separate overloading from overriding.

Updated 21 Jul 20266 min readProgramming Languages Survey