Answer Posted / arul
static means retain the value in operation
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why do we use polymorphism? What are oops functions? What is the difference between a mixin and inheritance? What is abstraction in oop with example? design a c++ class for the chess board,provide a c++ class
definition for such class(only class definition is required) What is the highest level of cohesion? Is enum a class? Why do we need polymorphism in c#? What makes a language oop? #include What is Difeerence between List obj=new ArrayList(); and
ArrayList obj=new ArrayList()? Describe these concepts: Polymorphism, Inheritance and Abstraction. write a program to enter a string like"sunil is a good boy
and seeking for a job" not more than 10 characters including
space in one line,rest characters should b in other line.if
the next line starts from in between the previous word,then
print whole word to next line. What is balance factor?