What are different ways to create string object?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOAD Interview Questions

Suppose a class acts an Actor in the problem domain, how to represent it in the static model?

2 Answers  


Why abstraction is important?

0 Answers  


What is the practical implementation of inner classes?

0 Answers  


What are the good practices to use while designing for reuse?

1 Answers   Protech,


Can different parts of a partial class inherit from different interfaces?

0 Answers  


What if we make the method as abstract in another interface?

0 Answers  


Is it possible to create partial structs, interfaces and methods?

0 Answers  


What is the default access modifier for a class,struct and an interface declared directly with a namespace?

0 Answers  


What do you mean by "explicitly implemeting an interface". Give an example?

0 Answers  


In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading

1 Answers   Hexaware,


What is the difference between abstract & interface?

0 Answers   MindCracker,


A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?

0 Answers  


Categories