Can static class have constructor?
No Answer is Posted For this Question
Be the First to Post Answer
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
Why is object oriented programming so hard?
Write 7 differences between "Public" function and "Private" function?
Can an interface inherit a class?
• What are the desirable attributes for memory managment?
How is exception handling carried out in c++?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
What is a class oop?
What is difference between new and malloc?