What is Object Oriental Progam
Answers were Sorted based on User's Feedback
Answer / sudheer
oop is at da core of java.. it is best understandable to
java.. oop is integral to java...
| Is This Answer Correct ? | 1 Yes | 0 No |
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
what is electronic software
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the disadvantage of templates ?
What is a standard template library (stl)? What are the various types of stl containers?
What is 2*2?
Name the different types of stl containers.
What is stl in oop?
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
What is the underlying datastructure of map?
How does an stl file work?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1