How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
1 14461//what is wrong with the programme??
#include
How many human genes are polymorphic?
what is the sylabus for priliminaries?
What is an example of genetic polymorphism?
What is byval and byref? What are differences between them?
What is difference between inheritance and polymorphism?
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 difference between abstraction and encapsulation?
Plese get me a perfect C++ program for railway/airway reservation with all details.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Get me a number puzzle game-program
What is a superclass in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is meant by oops concept?
Why is destructor used?
What is multilevel inheritance explain with example?