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

How can you overcome the diamond problem in inheritance?

NIIT,

1231

How to hide the base class functionality in Inheritance?

Viscus Infotech,

1192

What is the important feature of inheritance?

BPL,

1194

State what is encapsulation and friend function?

BirlaSoft,

1349

What do you mean by Encapsulation?

Ittiam Systems,

1140

What is encapsulation and abstraction? How are they implemented in C++?

Agilent, ZS Associates,

1191

Explain the concepts involved in Object Oriented programming.

Wipro,

1317

What are the 5 oop principles?

1169

What is stream in oop?

1361

What are benefits of oop?

1200

What are the 3 pillars of oop?

1249

What is pointer in oop?

1128

What is oops in programming?

1 1404

What are the 3 principles of oop?

1178

What is oop in simple words?

1 1833


Post New OOPS Questions

Un-Answered Questions { OOPS }

What is encapsulation in ict?

1125


What is polymorphism used for?

1113


What is destructor give example?

1124


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

2556


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

2252


Can we create object of abstract class?

1154


2. Give the different notations for the class.\

2228


What is interface in oop?

1188


What is pointer in oop?

1128


How does polymorphism work?

1192


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

2178


#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

2607


What is difference between inheritance and polymorphism?

1078


What is oops and why we use oops?

1100


What are the two different types of polymorphism?

1200