Answer:
c. StringBuilder
Explanation:
An alternative to the String class would be the StringBuilder Class. This class uses Strings as objects and allows you to mix and match different strings as well as adding, removing, implementing, and modifying strings themselves as though they were similar to an array. Unlike the string class StringBuilder allows you to modify and work with a combination of strings in the same piece of data as opposed to having various objects and copying pieces which would take up more memory.
Answer:
right click 3 down press restart
Explanation:
Answer:D
Explanation: they do all of these
Answer:
overriding is defining a function in derived class with same name which is already exist in base class.
Explanation:
Override key word is used in DotNet for overriding .It differes from language to language.In c++ no keyword is required for overriding.
#include<iostream.h>
public class BaseClass
{
public :
void print(){
cout<<"print in base class";
}
}
public class DerivedClass : public BaseClass
{
public :
void print(){
cout<<"print in derived class";
}
}
void main(){
BaseClass b=new BaseClass();
b.print();
DerivedClass d=new DerivedClass();
d.print()
}
Answer:
the answer is the use of tools that reduce the need for repetitive action
Explanation:
this is the answer because with the use of these tools there is less of a chance of injury because there is less time and opportunity for this to happen with the lack of need of repetition