Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author

Author: rsingh

C# Programming

Exception, Try, Catch – C# Programming Questions

August 18, 2024September 17, 2015 rsingh

C# tricky and conceptual programming questions and answers with explanation asked in technical interviews.Topic – Exception handling, Try, Catch and Throw. Q- What is return

Read More
C++ Programming

Constructor Destructor – C++ Programming Interview Questions

August 18, 2024January 29, 2023 rsingh

C++ tricky and conceptual programming interview questions  and answers on constructor and destructor with explanation asked in technical interviews. Topic – Constructor and Destructor Q-In

Read More
C++ Programming

Copy Constructor – C++ Programming Questions and answers

August 18, 2024September 17, 2015 rsingh

C++ tricky and conceptual programming questions and answers with explanation asked in technical interviews. Topic – Copy Constructor, Assignment Operator. Q – How many times

Read More
C# Programming

Polymorphism – C# Programming interview Questions

August 18, 2024January 29, 2023 rsingh

C# programming interview questions and answers on polymorphism with explanation asked in technical job interview for freshers and experienced. Topic –  Polymorphism – Method Overloading,

Read More
C++ Basic Interview Questions

Tell me properties of destructor in C++ as many as you can.

August 18, 2024January 29, 2023 rsingh

Answer includes properties / characteristics of destructor in C++ language for a class. Answer: Before listing characteristics of destructor, let’s see the declaration of destructor

Read More
C++ Basic Interview Questions

Can we have default arguments in constructor in C++?

August 18, 2024September 27, 2015 rsingh

Answer: Yes, we can have default arguments in constructor in C++. Below class “MLogger “ example contains default argument in constructor i.e. MLogger(bool isON =

Read More
C# Basic Interview Questions

What is difference between readonly and const in C#?

August 18, 2024September 29, 2015 rsingh

Answer: Use and conceptual difference between readonly and const in C# with example. CONST: The constant -const variable cannot be changed once it has been

Read More
C++ Basic Interview Questions

What is pure virtual function in C++? Give example when it is used

August 18, 2024January 29, 2023 rsingh

Answer includes what is pure virtual function in C++ with simple code example and uses of it in creating interfaces and abstract class in C++

Read More
C++ Basic Interview Questions

What is abstract class in C++

August 18, 2024January 29, 2023 rsingh

Abstract class in C++  programming is a class that contains at least one pure virtual function and act as a base class. An abstract class may also

Read More
C++ Advanced Interview Questions

No C++ interface keyword then how to create interface in C++?

August 18, 2024January 29, 2023 rsingh

Yes, there is no C++ interface keyword available. To create interface in C++ program, we use pure virtual functions into a class. Generally, we prefix

Read More

Posts pagination

Previous 1 … 9 10 11 … 48 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.