What is object in oops?
No Answer is Posted For this Question
Be the First to Post Answer
What is the real time example of encapsulation?
Can we define a class within the interface?
What is Object and Class? What are the differences between them?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Where You Can Use Interface in your Project
Why is object oriented programming so hard?
Why and when is a virtual destructor needed?
what is difference between thread and programme.
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
What are generic functions and generic classes?
how do u initialize the constant variables