Answer Posted / tanaji
if we use static method ,first static method will execute then other.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is static modifier?
What is encapsulation in oops?
What are functions in oop?
what type of question are asked in thoughtworks pair programming round ?
How does polymorphism work?
What is for loop and its syntax?
What is encapsulation oop?
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 polymorphism programming?
What is the main purpose of inheritance law?
What is interface in oop?
What is oops in simple words?
i got a backdoor offer in process global,Bangalore..Can i work with it?
How Do you Code Composition and Aggregation in C++ ?
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).