What is cohesion in oop?
No Answer is Posted For this Question
Be the First to Post Answer
hi all..i want to know oops concepts clearly can any1 explain??
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
Program to check whether a word is the first word of the sentence.
which is platform independent device used in computers
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
What is a friend function & its advantage?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
What is the difference between the C & C++?
What is a linked list?
Is enum a class?