OOPS Interview Questions
Questions Answers Views Company eMail

What does enum stand for?

605

Which is better struts or spring?

610

Is enum a class?

596

What is static modifier?

623

What is the full form of oops?

601

Which type does string inherit from?

608

What is abstraction and encapsulation?

563

Why do while loop is used?

568

Why is static class not inherited?

589

What are constructors in oop?

581

Can you inherit a private class?

627

What are oops functions?

574

Why is there no multiple inheritance?

560

Why is polymorphism needed?

583

What is for loop and its syntax?

590


Post New OOPS Questions

Un-Answered Questions { OOPS }

What are different oops concepts?

564


what type of questions

1688


Write a program to sort the number with different sorts in one program ??

1906


What is a class and object?

588


Why oops is important?

597






What is constructor overloading in oop?

596


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

2156


What is encapsulation in simple terms?

532


What is ambiguity in inheritance?

616


What is constructor in oop?

576


What exactly is polymorphism?

593


Explain virtual inheritance?

678


Which type does string inherit from?

608


what are the realtime excercises in C++?

2325


officer say me - i am offered to a smoking , then what can you say

1569