Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

OOPS Interview Questions
Questions Answers Views Company eMail

what is inline function?

3 6897

for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 4877

what is polymorpsim? what are its types?

8 11322

what is function overloading..?

4 5901

what is a binary overloading

2 6192

what is the difference between function template and template of function?explain with example.

2 19440

what is oppes

2 4963

I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe

1 7105

what is the difference between class to class type conversion and copy constructor ?

2 6088

Write 7 differences between "Public" function and "Private" function?

IBM, Wipro,

2 16748

what do you mean by static member variable?

2 6123

What is a unary operator?

5 8564

Conversion from a basic type to a class type may be achieved using______________

HCL,

5 21661

A file pointer always contains the __________ of the file

5 11979

difine hierarchical inheritance.

ASD Lab, TCS,

9 27888


Post New OOPS Questions

Un-Answered Questions { OOPS }

What is abstraction in oops?

990


What is a class oop?

960


Whats is abstraction in oops?

1029


What is the difference between procedural programming and oops?

1076


what is difference between class template and template class?

2609


Please send ford technologies placement paper 2 my mail id

2067


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.

2090


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.

3047


class type to basic type conversion

2348


What are classes oop?

982


What is overloading in oop?

964


How to use CMutex, CSemaphore in VC++ MFC

4745


Why is polymorphism used?

1003


How do you achieve polymorphism?

1043


why reinterpret cast is considered dangerous?

2340