Answer Posted / sabu
object oriented programming scenario
| Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why we use classes in oop?
How do you achieve polymorphism?
Why do while loop is used?
Which language is not a true object oriented programming language?
What is destructor example?
What is abstraction encapsulation?
Prepare me a program for the animation of train
How do you define social class?
Write a program to reverse a string using recursive function?
What is the important feature of inheritance?
c++ program to swap the objects of two different classes
Can an interface inherit a class?