Topic — Add New » Posts Last Poster Freshness
Sapient Interview Question for Software Engineer/Developer about Object Oriented 2 Mitendra Anand 4 weeks

You need to create a class diagram or data model for the given requirements. the requirement is as follows
In a village there are only few families and there were only one newspaper/magazine agent. there are lot of news paper and magazine available and every month a new magazine or newspaper it introduced. Every family is getting at least one newspaper or magazine. Every month at the end the cost is calculated and collected. Suppose if a family wants to cancel the subscription, they sho...

Sapient
Morgan Stanley Interview Question for Software Engineer/Developer (Fresher) about Object Oriented 5 Sanjiv Deshpande 1 month

What is the use of run time polymorphism For what kind of requirements, you would make functions virtual?

Morgan Stanley
Adobe Interview Question for Software Engineer/Developer (Fresher) about C++, Object Oriented 1 ganesh 5 months

Base class contains 2 functions and Derived class (with Private Inheritance from Base) also contains 2 functions (same name as those in Base cass), then he asked me the effect by changing the Inheritance type and making different functions virtual like - virtual func in Base then in Derived and then both .

2) Same question appended- A derived class A derived from Derived and Base , now

A a = new A;
Base *b = a;
Derived *d = a;

b = d;

and b = (Base *) ...

Adobe
Microsoft Interview Question for Software Engineer/Developer about Object Oriented 4 5 months

Given an Ellipse class can you derive a Circle class from it? What all methods would you include in the circle class and what all in ellipse? Design a class of curve from which Circle and Ellipse can be inherited.

Microsoft
Amazon Interview Question for Software Engineer/Developer about Object Oriented 1 pulkit 5 months

OO Design for a restaurant reservation system

Amazon
Interview Question for Software Engineer/Developer about Object Oriented 4 Stoppisse 6 months

Can a destructor be overloaded?

Amazon Interview Question for Software Engineer/Developer (Fresher) about Algorithms, Data Structure 3 simy 9 months

Design a jigsaw puzzle?

Amazon
Goldman Sachs Interview Question for Software Engineer/Developer (0 - 2 Years) about Design Pattern, 1 9 months

Design ATM machine.Use proper OOAD.

Goldman Sachs
A software design question 6 9 months

A software subsystem of an air-traffic control system is defined to manage a
queue of aircraft (AC) in an airport. The aircraft queue is managed by a pr
ocess which responds to three types of requests:

system boot used to start the system.

enqueue aircraft used to insert a new AC into the system.

dequeue aircraft used to remove an AC from the system.

AC’s have at least (but are not limited to having) the following properties
:

AC type:...

Oracle Interview Question for Software Engineer/Developer (Fresher) about Object Oriented 1 gul 11 months

Select the option that describes a "type" in Object Oriented programming.

It defines implementation of an object

It is an interface, which is a collection of methods that an object responds to

It indicates the state that an object maintains

It describes how an object implements the methods in its interface

Oracle
Object Oriented or Procedure Oriented 3 Pari 1 year

How to decide upon the programming paradigm for a given real world problem?

Honeywell Interview Question for Software Engineer/Developer (0 - 2 Years) about Object Oriented 2 1 year

how do u ensure an object of a class can not be created?

Honeywell
my first topic here 2 1 year

hello,

it's my first topic here
i hope to be happy with you

thank you

BirlaSoft Interview Question for Software Engineer/Developer (Fresher) about Object Oriented 1 ganesh 1 year

What relationship is resolved by an “intersecting” or “associative” entity ?
a) Recursive
b) Mandatory one to one
c) Many to Many
d) One to One

BirlaSoft
Kean India Interview Question for Software Engineer/Developer (Fresher) about Object Oriented 2 Vick 1 year

what is object based language and what is object oriented language?

Kean India
Object Oriented Design Principles 6 1 year

What are the principle of object oriented design? What a programmer should keep in mind while designing classes and interfaces?

An OOD question 2 1 year

What is an adapter?