What is encapsulation in ict?
No Answer is Posted For this Question
Be the First to Post Answer
How to calculate the age from the date of birth by using the program?
What makes a language oop?
What are functions in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is debug class?what is trace class? What differences are between them? With examples.
what type of question are asked in thoughtworks pair programming round ?
What is the difference between const int *ptr and int const *ptr???
Please send ford technologies placement paper 2 my mail id
#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
Can enum be null?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
Why do we use oops?