OOPS Interview Questions
Questions Answers Views Company eMail

what is an qt4 interface?

IBM,

1 4179

I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.

2609

is there any choice in opting subjects like 4 out of 7

1725

can main method be overloaded...??? How..????

Satyam,

2 6052

which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 4917

what is the sylabus for priliminaries?

1677

How to Increment the value of the empid E001 for each and every employee by using the programe?

Accenture,

1 2628

How to calculate the age from the date of birth by using the program?

Accenture,

2 7971

how to find the correct email address format by using the programe?

Accenture,

1 3099

1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)

Nagarro,

1 6311

how much classes are used in c++

5 5895

what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

Excel,

2 3869

class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1686

WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)

TCS,

1 5345

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

1610


Post New OOPS Questions

Un-Answered Questions { OOPS }

what is graphics

2003


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1827


What are the important components of cohesion?

548


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.

2567


What is polymorphism in oops?

554






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

1752


What is an advantage of polymorphism?

585


can inline function declare in private part of class?

3651


What is oops with example?

560


Why is object oriented programming so hard?

609


What are the components of marker interface?

598


What is oops in programming?

559


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

688


What are objects in oop?

602


What are the data types in oop?

597