what's the basic's in dot net
No Answer is Posted For this Question
Be the First to Post Answer
What is oop in simple words?
What are the four main oops concepts?
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.
Program to check whether a word is the first word of the sentence.
How to overload postfix operator in c++
what is the difference between <stdio.h>and "stdio.h"?
What do you mean by inheritance?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
What is the difference between class and structure?
Name a typical usage of polymorphism
What is object and example?