OOPS Interview Questions
Questions Answers Views Company eMail

Objective The objective of this problem is to test the understanding of Object-Oriented Programming (OOP) concepts, in particular, on encapsulation. Problem Description Create a program for managing customer’s bank accounts. A bank customer can do the following operations: 1. Create a new bank account with an initial balance. 2. Deposit money into his/her account. 3. Withdraw money from his/her account. For this operation, you need to output “Transaction successful” if the intended amount of money can be withdrawn, otherwise output “Transaction unsuccessful” and no money will be withdrawn from his/her account. Input The input contains several operations and is terminated by “0”. The operations will be “Create name amount”, “Deposit name amount”, or “Withdraw name amount”, where name is the customer’s name and amount is an integer indicating the amount of money. There will be at most 100 bank accounts and they are all created on the first month when the bank is opening. You may assume that all account holders have unique names and the names consist of only a single word. Output The output contains the transaction result of withdrawal operations and the final balance of all customers after some withdrawal and deposit operations (same order as the input). Sample Input Create Billy 2500 Create Charlie 1000 Create John 100 Withdraw Charlie 500 Deposit John 899 Withdraw Charlie 1000 0

1684

which is best institute to learn c,c++ in ameerpet hyderabad

1 2418

write a C++ program for booking using constructor and destructor.

HAL,

2034

what is the new version of oops

Ignou,

2010

what is the new version of c++

Ignou, Pramata, Satyam,

1 4369

can you give the dynamic polymorphism types?

Wipro,

2 14656

what is difference between thread and programme.

NCC,

1 2959

How to create a comment page in C #??

2 4270

OOP'S advantages of inheritance include:

Infosys,

1 10239

The type of variable a pointer points to must be the part of pointer's definition so that:

Infosys,

1 5024

What is this interview room ? Is it a class or an object.

CybAge, NSN, Wipro,

3 11065

Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

1991

WAP to generate 2n+1 lines of the following pattern on the computer screen:

2 4981

what is difference between class template and template class?

2145

what is the 3 types of system development life cycle

2420


Post New OOPS Questions

Un-Answered Questions { OOPS }

Why do we use oop?

593


What is oops and why we use oops?

560


What is polymorphism oop?

606


What is destructor example?

582


• What are the desirable attributes for memory managment?

1712






i got a backdoor offer in process global,Bangalore..Can i work with it?

2310


What is solid in oops?

589


How does polymorphism work?

624


What is the difference between abstraction and polymorphism?

598


hi all..i want to know oops concepts clearly can any1 explain??

1669


What is multilevel inheritance explain with example?

615


c++ program to swap the objects of two different classes

1748


What is encapsulation process?

569


What is coupling in oops?

582


Give two or more real cenario of virtual function and vertual object

1841