Skip to content

Instantly share code, notes, and snippets.

@jsramraj
Last active September 14, 2022 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsramraj/ab7d2c5d45ee9f09f6abb8e5fb36de57 to your computer and use it in GitHub Desktop.
Save jsramraj/ab7d2c5d45ee9f09f6abb8e5fb36de57 to your computer and use it in GitHub Desktop.
Freshers interview questions

Basic concepts for OOPS Object-Oriented Programming vs Structural Programming and examples What is class & object Encapsulation - access modifiers Polymorphism Inheritance - types of Inheritance constructor - return type? Descructor inline function overloading - function vs operator abstract class - how do you create object for this? exception handling static class, static function structure vs class enum virtual functions

size limit of integer value overloading vs Overriding difference abstract class vs interface difference how do you define a constant? when does the finally gets execeted? When do we use a constructor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment