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 20493

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 4373

what is object oriented programming and procedure oriented programming?

3 9600

what is function over loading?

5 8055

Differences between inline functions and non-inline functions?

Ness Technologies,

4 29066

what is the application of oops?

IBM,

8 48547

What is the difference between C++ and java?

Atos Origin,

6 13715

What is nutshell in programming language?

Satyam, Tech Mahindra,

1 13870

Can java compiler skips any statement during compilation time?

2236

DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 13193

What does the keyword "static" mean?

TCS,

4 8061

What is the different between Applet and Application?

2 5263

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 }

How long to learn object oriented programming?

1093


What makes a language oop?

1066


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2554


What is overriding vs overloading?

1062


What are the important components of cohesion?

1026


Where You Can Use Interface in your Project

1893


What is abstraction and encapsulation?

1022


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2386


Why is oop better than procedural?

1084


What is and I oop mean?

1209


Is abstract thinking intelligence?

1053


What is the fundamental idea of oop?

1141


what are the realtime excercises in C++?

2840


Why is there no multiple inheritance?

1003


What is difference between polymorphism and inheritance?

1091