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 an qt4 interface?

IBM,

1 4897

I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.

3146

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

2186

can main method be overloaded...??? How..????

Satyam,

2 7150

which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 6402

what is the sylabus for priliminaries?

2179

How to Increment the value of the empid E001 for each and every employee by using the programe?

Accenture,

1 3676

How to calculate the age from the date of birth by using the program?

Accenture,

2 9486

how to find the correct email address format by using the programe?

Accenture,

1 4047

1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)

Nagarro,

1 7137

how much classes are used in c++

5 7620

what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

Excel,

2 4856

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

2289

WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)

TCS,

1 6063

Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

2153


Post New OOPS Questions

Un-Answered Questions { OOPS }

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

2329


What is object in oops?

1070


How do you answer polymorphism?

1062


What does <> mean pseudocode?

1194


when to use 'mutable' keyword and when to use 'const cast' in c++

2165


Can you explain polymorphism?

1113


How do you explain polymorphism?

1079


What is object and example?

1178


#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


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2107


What causes polymorphism?

1135


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

2153


What is overriding vs overloading?

1062


Which is better struts or spring?

1057


Who invented oop?

1133