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 the importance of oop?

1149

What is solid in oops?

1209

What is polymorphism in oops with example?

1113

What is destructor oops?

1157

Why we use classes in oop?

1099

What is abstraction in oop with example?

1194

What is polymorphism oop?

1115

What is class and example?

1270

What are main features of oop?

1186

What is class and object with example?

1227

Can abstract class have normal methods?

1111

What is object in oops?

1126

What are functions in oop?

1127

What is encapsulation in oop?

1106

What is static in oop?

1120


Post New OOPS Questions

Un-Answered Questions { OOPS }

What is object-oriented programming? Webopedia definition

1343


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

2206


What is a class in oop?

1200


Why is polymorphism used?

1093


#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 overriding vs overloading?

1115


Give two or more real cenario of virtual function and vertual object

2371


What is advantage of inheritance?

1233


What is object and example?

1230


State what is encapsulation and friend function?

1349


What is the problem with multiple inheritance?

1242


What are two types of polymorphism?

1125


Advantage and disadvantage of routing in telecom sector

1356


How does polymorphism work?

1192


Why is oop useful?

1175