what is opps?why it is use in programming language?

Answers were Sorted based on User's Feedback



what is opps?why it is use in programming language?..

Answer / giri prasad.thota

oops means object oriented programing.this is usud to divide
a program in to objects and there is encapsulation,data
abstraction,inheritence.messege passing featurs is available
in oops.

Is This Answer Correct ?    10 Yes 3 No

what is opps?why it is use in programming language?..

Answer / mahav17

opp is a object oriented programming language.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is destructor example?

0 Answers  


1.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.

1 Answers   Tech Mahindra,


what is function over loading?

5 Answers  


What is encapsulation?

17 Answers   TCS,


What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,






What is encapsulation in simple terms?

0 Answers  


what is oops

4 Answers   NIIT,


What do you mean by public, private, protected and friendly?

3 Answers   CA,


what is the definition of incapsulation

2 Answers  


4. What do you mean by a prototype? Define analysis prototype

1 Answers  


what does exactly the linker do?

1 Answers  


What is pointer in oop?

0 Answers  


Categories