-
-
-
-
-
-
-
C++ Single Program
Write a program in C++ using encapsulation, inheritance, polymorphism and abstraction all the concepts should come in a single program.
-
-
Array Question
If there are 2 arrays named as test & sample with 20 integer elements in each of these declared as
int test[20],
sample[20],
then which of the following statement is wrong?
a)test=sample
b)sample=test
c)Both a & b
d)none of the above -
OS, OOPS - Technical Interview Questions
1. What is OS?2. What is Data Structures?3. What is the function of OS?3. Tell about oops concept?4. State differences between C++ & Java?7. Write a program to count the number of occurrences 'accenture' in a file?
-
-
-
-
-
-
-
Generalisation Approach Advantages and Disadvantages
What are advantages and disadvantages of various approaches to generalisation in program design?
-
Difference Between Aggregation and Composition
What is the difference between Aggregation and Composition?(Asked in Polaris Interview for Java Experienced People, on April 11, in Chennai)
-
-
OOPS Interview Questions
Ans