What oops means?



What oops means?..

Answer / Deepak Singh Yadav

OOP stands for Object-Oriented Programming. It's a programming paradigm that organizes software design around objects, which can contain data and code that operates on that data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Is c easier than java?

1 Answers  


define function

4 Answers   Assurgent, Sonata,


how many key words availabel in c a) 28 b) 31 c) 32

1 Answers  


write a program for even numbers?

19 Answers   TCS,


What do you mean by scope of a variable in c?

1 Answers  


Explain the red-black trees?

1 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


How can I ensure that integer arithmetic doesnt overflow?

1 Answers  


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1 Answers   TCS,


two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.

5 Answers   Verifone,


Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?

1 Answers   Oracle,


What is infinite loop?

1 Answers  


Categories