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 |
Is c easier than java?
define function
how many key words availabel in c a) 28 b) 31 c) 32
write a program for even numbers?
What do you mean by scope of a variable in c?
Explain the red-black trees?
what is a function pointer and how all to declare ,define and implement it ???
How can I ensure that integer arithmetic doesnt overflow?
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 []);
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
What is infinite loop?