<document>
	<body>
		<section name="Faqs">
			<subsection
				name="Can I implement many Context for one dobo object ?">
				<p>
					Yes, yes, yes! Dobo is all about context, one object
					can have multiple context. Eg, one method can be
					annotated with many context.

				</p>
			</subsection>
			<subsection
				name="What happen if the Interface method return type and parameter type does not match with dobo?">
				<p>
					Exception will be thrown by dobo when you want to
					instantiate the object, you will notice the reason
					of the exception.
				</p>
			</subsection>

			<subsection
				name="What happen if Dobo does not implement some of the context member for particular Context ?">
				<p>
					Exception will thrown when you don't annotate all
					the context member. Considered as implementing
					interface, you need to override all abstract method.
				</p>
			</subsection>
			<subsection name="Does Dobo only for Interface ?">
				<p>
					No, dobo is not only for interface, you can use
					abstract class. However if you generate context
					using dobo, dobo will create context member only for
					the abstract method.
				</p>
			</subsection>
			<subsection name="Does Dobo support for Inheritance ?">
				<p>
					Yes, dobo object support for inheritance. For eg: if
					you create a dobo object which extends dobo object,
					then you can the inheritance will work and you can
					get the object behavior in different.
				</p>
			</subsection>
		</section>
	</body>
</document>
