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

define a string class. overload the operator == to compare two strings

Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,

2 20491

why constructor cannt be declar virtually? why destructor cannt be overloaded?

Infosys,

2 7244

Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

Global Academy, Infotech,

1 12670

explain the concepts of oops?

1 4372

what is object oriented programming and procedure oriented programming?

3 9597

what is function over loading?

5 8052

Differences between inline functions and non-inline functions?

Ness Technologies,

4 29065

what is the application of oops?

IBM,

8 48540

What is the difference between C++ and java?

Atos Origin,

6 13710

What is nutshell in programming language?

Satyam, Tech Mahindra,

1 13869

Can java compiler skips any statement during compilation time?

2235

DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 13186

What does the keyword "static" mean?

TCS,

4 8056

What is the different between Applet and Application?

2 5261

C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.

Syncfusion,

1 5965


Post New OOPS Questions

Un-Answered Questions { OOPS }

What is overloading in oop?

1012


State what is encapsulation and friend function?

1266


What is advantage of inheritance?

1174


What is class in oop with example?

1100


Why oops is important?

1122


What is the point of polymorphism?

1035


What is encapsulation in oops?

1013


What is property in oops?

1062


What is abstraction example?

1111


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2392


What is protected in oop?

1077


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.

3084


What is the difference between encapsulation and polymorphism?

1111


Is this job good for future? can do this job post grduate student?

2164


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

2287