OOPS Interview Questions
Questions Answers Views Company eMail

Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.

Wipro,

1 3805

write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 19910

What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

TCS,

1 3734

create a c++ program that will ask 10 numbers and display their sum using array.

1 3757

create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 2544

This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1628

Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2560

namespace is working on which compiler?

3 3726

What is virtual Function.

Wipro,

1 3403

what is data hiding.

Wipro,

3 5806

What is memory leak and memory corruption?

TCS,

1 7333

What is sub classing in c++?

1 3234

difference between static and non-static variables?

2 3890

what are the different types of qualifier in java?

TCS,

1828

some one give d clear explanation for polymorphism

3 5013


Post New OOPS Questions

Un-Answered Questions { OOPS }

Are polymorphisms mutations?

687


what are the ways in which a constructors can be called?

1567


What makes a language oop?

589


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1598


write string class as your own class in java without using any built-in function

1965






What do you mean by overloading?

568


What is polymorphism give a real life example?

548


What is object in oop?

667


What are properties in oop?

586


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1628


How do you define social class?

592


what is the 3 types of system development life cycle

2420


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3545


What are the features of oop?

622


What is abstract class in oops?

586